[]
        
(Showing Draft Content)

C1.Web.Api.Excel.ExcelImporter.ImportAsync

ImportAsync Method

ImportAsync(ImportSource)

Execute the import.

Declaration
public Task<Workbook> ImportAsync(ImportSource source)
Parameters
Type Name Description
ImportSource source

The import options.

Returns
Type Description
Task<Workbook>

The task.

Implements