Web API Core | ComponentOne
C1.Web.Api.Excel Namespace / ExcelImporter Class / ImportAsync Method
The import options.

In This Topic
    ImportAsync Method (ExcelImporter)
    In This Topic
    Execute the import.
    Syntax
    'Declaration
     
    
    Public Function ImportAsync( _
       ByVal source As ImportSource _
    ) As Task(Of IWorkbook)
    public Task<IWorkbook> ImportAsync( 
       ImportSource source
    )

    Parameters

    source
    The import options.

    Return Value

    The task.
    See Also