Click or drag to resize

XlsWorksheet ExportDataTable Method

Exports worksheet data into a DataTable

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()

Return Value

Type: DataTable
Exported datatable.
See Also