ComponentOne Web API Edition
Import Method

C1.Web.Api.Excel Namespace > ExcelController Class : Import Method
The import source.
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
[HttpPost()]
[Route("api/import/excel")]
public virtual IHttpActionResult Import( 
   ImportSource source
)

Parameters

source
The import source.

Return Value

A json text with the Excel common format.
See Also

Reference

ExcelController Class
ExcelController Members