Closed ufosnowcat closed 9 years ago
Hello, i noticed a probable typo in FlatFiles.excelHelpers.getConnectionString(string fileName)
string[] oldExtensions = new string[] { ".xsl" -----> should be ".xls" };
see https://en.wikipedia.org/wiki/List_of_Microsoft_Office_filename_extensions#Excel
For the rest tnx for the handy library :)
Thanks for the bug report. I have corrected the extension and pushed out a new version to NuGet.
tnx
Hello, i noticed a probable typo in FlatFiles.excelHelpers.getConnectionString(string fileName)
string[] oldExtensions = new string[] { ".xsl" -----> should be ".xls" };
see https://en.wikipedia.org/wiki/List_of_Microsoft_Office_filename_extensions#Excel
For the rest tnx for the handy library :)