The Universal converter
class help to converts from and to types: List, DataFrame, DataTable, TabularDataResource
Features
- Converts from List<>
- Converts from DataFrame
- Converts from DataTable
- Converts from TabularDataResource
- Save results from DataTable into excel file
Availability
You can install the Universal converter
package from NuGet by searching for "UniversalConverter" or using the following command:
Install-Package ATUniversalConverter
To use this converter, see tests
Simple usage. Can use it in polyglot notebooks
...