Click or drag to resize

ExcelExporter Class

[Missing <summary> documentation for "T:Demo3D.Utilities.ExcelExporter"]

Inheritance Hierarchy
SystemObject
  Demo3D.UtilitiesExcelExporter

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public class ExcelExporter

The ExcelExporter type exposes the following members.

Constructors
  NameDescription
Public methodExcelExporter
Initializes a new instance of the ExcelExporter class
Top
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