Click or drag to resize

XlsRange ExportDataTable Method

Exports the data from the worksheet to a DataTable based on the provided options.

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

Parameters

options
Type: Spire.Xls ExportTableOptions
The options for exporting the data.

Return Value

Type: DataTable
A DataTable containing the exported data.

Implements

IXLSRange ExportDataTable(ExportTableOptions)
See Also