Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 672 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 672 Bytes

Universal converter

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

Usage

To use this converter, see tests

Benefits

Simple usage. Can use it in polyglot notebooks

Description

...