[]
Import from a file into a json text with the Excel common format.
[HttpPost]
[Route("api/import/excel")]
public virtual IActionResult Import(ImportSource source)
| Type | Name | Description |
|---|---|---|
| ImportSource | source | The import source. |
| Type | Description |
|---|---|
| IActionResult | A json text with the Excel common format. |