[]
        
(Showing Draft Content)

C1.Web.Api.Excel.ExcelRequest

ExcelRequest Class

The request data of generating the excel.

Inheritance
ExcelRequest
Namespace: C1.Web.Api.Excel
Assembly: C1.Web.Api.Excel.dll
Syntax
public class ExcelRequest : ExportSource

Constructors

Name Description
ExcelRequest()

Createa an ExcelRequest instance.

Properties

Name Description
Data

Gets or sets the data which is posted from client side.

DataFile

Gets or sets the xml data file stream which is posted from client side.

DataFileName

Gets or sets the xml data file name that storage manager can recognize.

DataName

Gets or sets the data name that data provider recognizes.

Workbook

Gets or sets the workbook which is posted from client side.

WorkbookFile

Gets or sets the Excel file which is posted from client side.

WorkbookFileName

Gets or sets the workbook file name that storage manager can recognize.