Name |
Description |
Column |
|
DelimitedFile |
Reads and writes sets of delimited files representing hierarchially related tabular data. |
DelimitedFile.Table |
Exposes a delimited file as an ITable instance. |
ExcelFile |
Loads an XLSX file into memory and exposes each worksheet as a table of string values. |
ExcelFile.ColumnFormat |
|
ExcelFile.Table |
Exposes a worksheet in an ExcelFile as an ITable instance. |
ExcelFile.Template |
|
FileStream |
Exposes a file stream and file metadata. |
JsonMapping |
|
ModelTranslator |
Translates from one ModelType to another using a set of property translation expressions. |
PropertyMapping |
Represents the mapping of a source expression to a specific property on the destination. |
PropertyTranslator |
Represents the translation of a property from a source to destination model instance. |
TableMapping |
Simple read-write memory-based implementation of ITable. |