[]
        
(Showing Draft Content)

C1.Web.Api.Excel.ExcelImporter.ImportAsync

ImportAsync Method

ImportAsync(ImportSource)

Execute the import.

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

The import options.

Returns
Type Description
Task<IWorkbook>

The task.

Implements