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 IHttpActionResult
 

Parameters

source
The import source.

Return Value

A json text with the Excel common format.
See Also