[]
Gets the result of merging multiple excels according to the specified request.
[HttpGet]
[Route("api/excel/merge")]
public virtual IActionResult Merge(MergeRequest re)
| Type | Name | Description |
|---|---|---|
| MergeRequest | re | The request |
| Type | Description |
|---|---|
| IActionResult | The result containing the requested excel |