Worksheet ExportDataTable Method |
Name | Description | |
---|---|---|
![]() |
ExportDataTable |
Exports worksheet data into a DataTable
(Inherited from
XlsWorksheet
.)
|
![]() |
ExportDataTable(CellRange, ExportTableOptions) |
Exports the data from the specified cell range to a DataTable.
|
![]() |
ExportDataTable(CellRange, Boolean) |
Exports worksheet data into a DataTable.
|
![]() |
ExportDataTable(CellRange, Boolean, Boolean) |
Exports worksheet data into a DataTable.
|
![]() |
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.
|
![]() |
ExportDataTable(Int32, Int32, Int32, Int32, Boolean) |
Exports worksheet data into a DataTable
|