Click or drag to resize

Worksheet ExportDataTable Method

Overload List
Name Description
Public method ExportDataTable
Exports worksheet data into a DataTable
(Inherited from XlsWorksheet .)
Public method ExportDataTable(CellRange, ExportTableOptions)
Exports the data from the specified cell range to a DataTable.
Public method ExportDataTable(CellRange, Boolean)
Exports worksheet data into a DataTable.
Public method ExportDataTable(CellRange, Boolean, Boolean)
Exports worksheet data into a DataTable.
Public method ExportDataTable(Int32, Int32, Int32, Int32, ExportTableOptions)
Exports a portion of a DataTable starting from a specified cell and spanning a specified number of rows and columns.
Public method ExportDataTable(Int32, Int32, Int32, Int32, Boolean)
Exports worksheet data into a DataTable
Top
See Also