NPOI 2.7.5
What's Changed
- Patches from poi v3.17 by @antony-liu in https://github.com/nissl-lab/npoi/pull/1595
- Port poi bug 61354 & 61363 by @antony-liu in https://github.com/nissl-lab/npoi/pull/1597
- Ensure SpreadsheetVersion is set for AreaReferences by @antony-liu in https://github.com/nissl-lab/npoi/pull/1587
- Some patches from poi 3.17 by @antony-liu in https://github.com/nissl-lab/npoi/pull/1600
- POI bug 61470 and 61381 by @antony-liu in https://github.com/nissl-lab/npoi/pull/1601
- Bug 61431 - Conditional formatting evaluation ignores undefined cells by @antony-liu in https://github.com/nissl-lab/npoi/pull/1598
- XWPF POI Bug #55953, #62859 & #63788 Migration by @antony-liu in https://github.com/nissl-lab/npoi/pull/1604
- Fixes #1608, adds support for multiple alternate content sections by @kemsky in https://github.com/nissl-lab/npoi/pull/1609
- Fixed export of chart separator value to xlsx by @A6blpka in https://github.com/nissl-lab/npoi/pull/1612
- Call GetColumnHelper() to make sure columnHelper is initialized by @tonyqus in https://github.com/nissl-lab/npoi/pull/1615
- Fix SortCondition XML to match spec rules by @brandscill in https://github.com/nissl-lab/npoi/pull/1618
- Add support for embedded object extractor by @antony-liu in https://github.com/nissl-lab/npoi/pull/1607
- Add XSSF eventusermodel support by @antony-liu in https://github.com/nissl-lab/npoi/pull/1620
- Allow adding and removing HyperlinkRun and FieldRun by @tonyqus in https://github.com/nissl-lab/npoi/pull/1625
- Fix test cases TestAllNumberToText and TestReadWriteTokenValueBytes by @antony-liu in https://github.com/nissl-lab/npoi/pull/1624
- HPSF improvement and bug fixes by @antony-liu in https://github.com/nissl-lab/npoi/pull/1622
- xlsb support for reading of xlsb files by @antony-liu in https://github.com/nissl-lab/npoi/pull/1632
- implement XWPFParagraph.ChangeOrientation by @tonyqus in https://github.com/nissl-lab/npoi/pull/1635
- Encode formula string while double quotes are added before and after by @tonyqus in https://github.com/nissl-lab/npoi/pull/1640
New Contributors
- @kemsky made their first contribution in https://github.com/nissl-lab/npoi/pull/1609
- @A6blpka made their first contribution in https://github.com/nissl-lab/npoi/pull/1612
- @brandscill made their first contribution in https://github.com/nissl-lab/npoi/pull/1618
Full Changelog: https://github.com/nissl-lab/npoi/compare/2.7.4-rc3...2.7.5-rc1