MikeStall / DataTable

Class library for working with tabular data, especially CSV files
Apache License 2.0
150 stars 63 forks source link

ReadExcel and ReadExcelAllSheets NullReferenceException when sheet name contains spaces #52

Closed JoeSytniakXperi closed 6 years ago

JoeSytniakXperi commented 6 years ago

When it tries to create the datatable and name it, the exception is thrown.

JoeSytniakXperi commented 6 years ago

Discovered that latest version of code works fine. Also discovered that I may have not assessed the issue correctly.

However, the package that is available on Nuget is pretty out of date and is the version of the code where I encountered problems.