[]
        
(Showing Draft Content)

C1.Web.Api.Excel.ExcelExporter.ExportAsync

ExportAsync Method

ExportAsync(ExcelExportSource, Stream)

Execute the export.

Declaration
public Task ExportAsync(ExcelExportSource exportSource, Stream outputStream)
Parameters
Type Name Description
ExcelExportSource exportSource

The export options.

Stream outputStream

The export result.

Returns
Type Description
Task

The task.

Implements