Overload List
| Name | Description | |
|---|---|---|
| CreateDataTable(ColumnTypeResolution) |
Extracts data from used cells of this worksheet to a new DataTable.
DataTable column type is determined by the resolution.
| |
| CreateDataTable(CellRange, ColumnTypeResolution, ExtractDataOptions, Boolean) |
Extracts data from specified range of cells to a new DataTable.
| |
| CreateDataTable(ColumnTypeResolution, ExcelRow, Int32, ExtractDataOptions, array<ExcelColumn>[]()[][]) |
Extracts data from specified cells to a new DataTable.
| |
| CreateDataTable(ColumnTypeResolution, ExcelRow, Int32, ExtractDataOptions, IEnumerable<(Of <<'(ExcelColumn>)>>)) |
Extracts data from specified cells to a new DataTable.
| |
| CreateDataTable(ColumnTypeResolution, ExcelRow, Int32, ExtractDataOptions, Boolean, array<ExcelColumn>[]()[][]) |
Extracts data from specified cells to a new DataTable.
| |
| CreateDataTable(ColumnTypeResolution, ExcelRow, Int32, ExtractDataOptions, Boolean, IEnumerable<(Of <<'(ExcelColumn>)>>)) |
Extracts data from specified cells to a new DataTable.
|