[]
Export to an excel file.
[HttpPost]
[Route("api/export/excel")]
public virtual IActionResult Export(ExcelExportSource source)
| Type | Name | Description |
|---|---|---|
| ExcelExportSource | source | The data used for the Excel export requests. |
| Type | Description |
|---|---|
| IActionResult | An excel file. |