[]
Gets the result containing the requested excel according to the specified request.
[HttpGet]
[Route("api/excel")]
public virtual IActionResult Get(ExcelRequest re)
| Type | Name | Description |
|---|---|---|
| ExcelRequest | re | The request |
| Type | Description |
|---|---|
| IActionResult | The result containing the requested excel |
[HttpGet("api/excel/test")]
public ActionResult<string> Get()
| Type | Description |
|---|---|
| ActionResult<string> |