Click or drag to resize

ExcelExporterExport Method (DataTable, String)

Exports the passed in DataTable to the supplied path. If there is already a file in the supplied path it is overwritten.

Namespace:  Demo3D.Utilities
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public static void Export(
	DataTable table,
	string pathName
)

Parameters

table
Type: System.DataDataTable
The DataTable to export.
pathName
Type: SystemString
The exported file path.
See Also