ExcelExporterExport Method |
| Name | Description | |
|---|---|---|
| Export(DataSet, String) |
Exports the passed in DataSet to the supplied path. If there is already a file in the supplied path it is overwritten.
| |
| Export(DataTable, String) |
Exports the passed in DataTable to the supplied path. If there is already a file in the supplied path it is overwritten.
| |
| Export(DataSet, String, Boolean) |
Exports the passed in DataSet to the supplied path.
If there is already a file in the supplied path, appendToExistingXlsFile will determine whether to overwrite or append to the existing file (only applicable for Xls format).
| |
| Export(DataTable, String, Boolean) |
Exports the passed in DataTable to the supplied path.
If there is already a file in the supplied path, appendToExistingXlsFile will determine whether to overwrite or append to the existing file (only applicable for Xls format).
|