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