Click or drag to resize

ExcelExporter Methods

Methods
  NameDescription
Public methodStatic memberExport(DataSet, String)
Exports the passed in DataSet to the supplied path. If there is already a file in the supplied path it is overwritten.
Public methodStatic memberExport(DataTable, String)
Exports the passed in DataTable to the supplied path. If there is already a file in the supplied path it is overwritten.
Public methodStatic memberExport(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).
Public methodStatic memberExport(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).
Top
See Also