[]
        
(Showing Draft Content)

C1.Web.Api.Excel.ExcelController

ExcelController Class

Controller for Excel Web API.

Inheritance
ExcelController
Namespace: C1.Web.Api.Excel
Assembly: C1.Web.Api.Excel.dll
Syntax
public class ExcelController : ApiController

Constructors

Name Description
ExcelController()

Methods

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.