New
v3.8.0-develop00474
Highlights in ExcelDataReader v3.8.0-develop00474 since 3.7.0:
- Active Tab/Sheet Support by @john-blackline in https://github.com/ExcelDataReader/ExcelDataReader/pull/685
- Add CustomQuoteCharacter for reading csv files by @christopherGdynia in https://github.com/ExcelDataReader/ExcelDataReader/pull/689
- Config property to control trimming whitespaces in CSV parser by @Hasan-75 in https://github.com/ExcelDataReader/ExcelDataReader/pull/696
- Bugfix: Use LocalName instead of Name to fix #682 by @appel1 in https://github.com/ExcelDataReader/ExcelDataReader/pull/683
- Bugfix: Fix for lower case cell reference reading ("a1" vs "A1") by @Ctrl-Alt-Delight in https://github.com/ExcelDataReader/ExcelDataReader/pull/684
- Bugfix: Fixed parsing of horizontal alignment by @msjoblad in https://github.com/ExcelDataReader/ExcelDataReader/pull/702
- Bugfix: Fixed TimSpan parsing by @Hasan-75 in https://github.com/ExcelDataReader/ExcelDataReader/pull/697
- Performance improvements