New
v3.8.0
What's Changed
New features
- Issue #642: 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
- Performance improvements
Fixes
- Use LocalName instead of Name to fix #682 by @appel1 in https://github.com/ExcelDataReader/ExcelDataReader/pull/683
- Fix for lower case cell reference reading ("a1" vs "A1"). by @Ctrl-Alt-Delight in https://github.com/ExcelDataReader/ExcelDataReader/pull/684
- Issue #700: Fixed parsing of horizontal alignment in XmlStylesReader by @msjoblad in https://github.com/ExcelDataReader/ExcelDataReader/pull/702
- Fixed TimSpan Parsing by @Hasan-75 in https://github.com/ExcelDataReader/ExcelDataReader/pull/697
- Issue 694: Fix timespan parsing for invalid iso values by @yfa-vagelis in https://github.com/ExcelDataReader/ExcelDataReader/pull/705
- Fix: Preserve ideographic space (U+3000) when trimming XML cell content by @koshi-yasuda in https://github.com/ExcelDataReader/ExcelDataReader/pull/712
- Issue 711: Fix xml row height parsing by @yfa-vagelis in https://github.com/ExcelDataReader/ExcelDataReader/pull/715
New Contributors
- @arialdomartini made their first contribution in https://github.com/ExcelDataReader/ExcelDataReader/pull/679
- @Ctrl-Alt-Delight made their first contribution in https://github.com/ExcelDataReader/ExcelDataReader/pull/684
- @john-blackline made their first contribution in https://github.com/ExcelDataReader/ExcelDataReader/pull/685
- @christopherGdynia made their first contribution in https://github.com/ExcelDataReader/ExcelDataReader/pull/689
- @msjoblad made their first contribution in https://github.com/ExcelDataReader/ExcelDataReader/pull/702
- @Hasan-75 made their first contribution in https://github.com/ExcelDataReader/ExcelDataReader/pull/697
- @yfa-vagelis made their first contribution in https://github.com/ExcelDataReader/ExcelDataReader/pull/705
- @koshi-yasuda made their first contribution in https://github.com/ExcelDataReader/ExcelDataReader/pull/712
Full Changelog: https://github.com/ExcelDataReader/ExcelDataReader/compare/v3.7.0...v3.8.0