[]
        
(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)
Public Function ExportAsync(exportSource As ExcelExportSource, outputStream As Stream) As Task
Parameters
Type Name Description
ExcelExportSource exportSource

The export options.

Stream outputStream

The export result.

Returns
Type Description
Task

The task.

Implements