ExcelExport Methods
The ExcelExport type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddExcelSheetToExcelTemplate(String, String) |
Adds the excel sheet to excel template.
|
|
AddExcelSheetToExcelTemplate(String, String, String) |
Adds the excel sheet to excel template.
|
|
AddExcelSheetToExcelTemplate(String, String, Int32) |
Adds the excel sheet to excel template.
|
|
AddExcelSheetToExcelTemplate(String, String, Int32, String) |
Adds the excel sheet to excel template.
|
|
CleanUpTemporaryFiles |
Cleans up temporary files.
|
|
SendExcelToClient |
Sends the excel to client.
|
|
TransformDataTableToExcel(DataTable, Boolean) |
Transforms the data table to excel.
|
|
TransformDataTableToExcel(DataTable, Boolean, String) |
Transforms the data table to excel.
|
|
TransformDataTableToExcel(DataTable, String) |
Transforms the data table to excel.
|
|
TransformDataTableToExcel(DataTable) |
Transforms the data table to excel.
|
|
TransformXMLDocumentToExcel |
Transforms the XML document to excel.
|