Click or drag to resize

IXLSRange ExportDataTable Method

Exports data to a DataTable based on the specified options.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
DataTable ExportDataTable(
	ExportTableOptions options
)

Parameters

options
Type: Spire.Xls ExportTableOptions
The options that define how the data should be exported to the DataTable.

Return Value

Type: DataTable
A DataTable containing the exported data.
See Also