Class: DataTableXlsSerializer

DataTableXlsSerializer

Saves and loads a DataTable object to and from a MS Excel file (xlsx).
When reading from an Excel file, the data is taken from the first sheet in the workbook.
It is assumed that the first row contains the column names.
When serializing, the name of the sheet containing the data will be the name in the DataTable object.