Web API Core | ComponentOne
C1.Web.Api.Excel Namespace / ExcelController Class / Import Method
The import source.

In This Topic
    Import Method
    In This Topic
    Import from a file into a json text with the Excel common format.
    Syntax
    'Declaration
     
    
    <HttpPostAttribute()>
    <RouteAttribute("api/import/excel")>
    Public Overridable Function Import( _
       ByVal source As ImportSource _
    ) As IActionResult
    [HttpPost()]
    [Route("api/import/excel")]
    public virtual IActionResult Import( 
       ImportSource source
    )

    Parameters

    source
    The import source.

    Return Value

    A json text with the Excel common format.
    See Also