ExcelExporter Class |
[Missing <summary> documentation for "T:Demo3D.Utilities.ExcelExporter"]
Namespace: Demo3D.Utilities
public class ExcelExporter
The ExcelExporter type exposes the following members.
| Name | Description | |
|---|---|---|
| ExcelExporter | Initializes a new instance of the ExcelExporter class |
| 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).
|