C1.Web.Api.Excel Namespace : ExcelController Class |
The following tables list the members exposed by ExcelController.
Name | Description | |
---|---|---|
ExcelController Constructor |
Name | Description | |
---|---|---|
ActionContext | (Inherited from System.Web.Http.ApiController) | |
Configuration | (Inherited from System.Web.Http.ApiController) | |
ControllerContext | (Inherited from System.Web.Http.ApiController) | |
ModelState | (Inherited from System.Web.Http.ApiController) | |
Request | (Inherited from System.Web.Http.ApiController) | |
RequestContext | (Inherited from System.Web.Http.ApiController) | |
Url | (Inherited from System.Web.Http.ApiController) | |
User | (Inherited from System.Web.Http.ApiController) |
Name | Description | |
---|---|---|
DeleteOperation | Process the DELETE request. | |
Dispose | (Inherited from System.Web.Http.ApiController) | |
ExecuteAsync | (Inherited from System.Web.Http.ApiController) | |
Export | Export to an excel file. | |
Get | Gets the result containing the requested excel according to the specified request. | |
GetOperation | Process the GET request. | |
Import | Import from a file into a json text with the Excel common format. | |
Merge | Gets the result of merging multiple excels according to the specified request. | |
MergePost | Gets the result of merging multiple excels according to the posted request. | |
Post | Gets the result containing the requested excel according to the posted request. | |
PostOperation | Process the POST request. | |
PutOperation | Process the PUT request. | |
Validate | Overloaded. (Inherited from System.Web.Http.ApiController) |