[]
The request data of generating the excel.
public class ExcelRequest : ExportSource
| Name | Description |
|---|---|
| ExcelRequest() | Createa an ExcelRequest instance. |
| 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. |