[]
Controller for Excel Web API.
public class ExcelController : ApiController
| Name | Description |
|---|---|
| ExcelController() |
| Name | Description |
|---|---|
| DeleteOperation(string, IDictionary<string, string[]>) | Process the DELETE request. |
| Export(ExcelExportSource) | Export to an excel file. |
| Get(ExcelRequest) | Gets the result containing the requested excel according to the specified request. |
| GetOperation(string, IDictionary<string, string[]>) | Process the GET request. |
| Import(ImportSource) | Import from a file into a json text with the Excel common format. |
| Merge(MergeRequest) | Gets the result of merging multiple excels according to the specified request. |
| MergePost(MergeRequest) | Gets the result of merging multiple excels according to the posted request. |
| Post(ExcelRequest) | Gets the result containing the requested excel according to the posted request. |
| PostOperation(string, IDictionary<string, string[]>) | Process the POST request. |
| PutOperation(string, IDictionary<string, string[]>) | Process the PUT request. |