imbDataTableExtensions Methods |
The imbDataTableExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| AddListToColumn |
Adds data from the list into new or existing column with specified columnName. Updates existing rows or creates new rows if required
| |
| AppendDataFields |
Appends its data points into new or existing property collection
| |
| checkFormatByFilename | ||
| ConstructTableWithRandomContent |
Constructs the data table and populates with random content of the table with.
| |
| deserializeDataTable |
Deserializes the data table.
| |
| deserializeExcelFileToDataSet |
Deserializes a excel file to the DataSet.
| |
| deserializeFolderExcelFilesToDataSet |
Deserializes the folder excel files to data set.
| |
| getExportFormatByExtension |
Gets the format by filename extension.
| |
| GetTotalRowsCount |
Gets the total rows count.
| |
| renameColumnsDataTableToType |
Renames the type of the columns data table to.
| |
| selectColumns |
Selects columns from data table - if empty select all columns
| |
| serializeDataSet | ||
| serializeDataTable |
Serializes the data table into choosed format and returns file path
| |
| shiftColumnNames |
Shifts the column names: adds prefix in front of each column name
| |
| ToDataSet(ExcelPackage, Boolean) |
Extracts a DataSet from the ExcelPackage.
| |
| ToDataSet(ExcelPackage, Int32) |
Extracts a DataSet from the ExcelPackage.
| |
| toList |