What's Changed
New features
- Issue #642: Active Tab/Sheet Support by @john-blackline in #685
- Add CustomQuoteCharacter for reading csv files by @christopherGdynia in #689
- Config property to control trimming whitespaces in CSV parser by @Hasan-75 in #696
- Performance improvements
Fixes
- Use LocalName instead of Name to fix #682 by @appel1 in #683
- Fix for lower case cell reference reading ("a1" vs "A1"). by @Ctrl-Alt-Delight in #684
- Issue #700: Fixed parsing of horizontal alignment in XmlStylesReader by @msjoblad in #702
- Fixed TimSpan Parsing by @Hasan-75 in #697
- Issue 694: Fix timespan parsing for invalid iso values by @yfa-vagelis in #705
- Fix: Preserve ideographic space (U+3000) when trimming XML cell content by @koshi-yasuda in #712
- Issue 711: Fix xml row height parsing by @yfa-vagelis in #715
New Contributors
- @arialdomartini made their first contribution in #679
- @Ctrl-Alt-Delight made their first contribution in #684
- @john-blackline made their first contribution in #685
- @christopherGdynia made their first contribution in #689
- @msjoblad made their first contribution in #702
- @Hasan-75 made their first contribution in #697
- @yfa-vagelis made their first contribution in #705
- @koshi-yasuda made their first contribution in #712
Full Changelog: v3.7.0...v3.8.0