What's Changed
- Fix few issues in autofilterrecord serialization / cloning by @En3Tho in #1643
- Poi bug 61532 & 61148 by @antony-liu in #1645
- Upgrade to NUKE 10 and use NET 10 SDK by @lahma in #1664
- Fix: Add oldStr to StringBuilder before Remove operation in Replace by @ZagidullinRuslanG in #1656
- Some patches from poi by @antony-liu in #1644
- POI bug 61516, 58068 & 61630 by @antony-liu in #1649
- Poi bug 61528,61349, 60737, 59747 by @antony-liu in #1647
- Added start and end enum values to ST_Jc by @kemsky in #1665
- XWPF ooxml always writes rotWithShape attribute by @modeverv in #1658
- fix issue #1667, avoid null reference exception when shift rows with picture by @antony-liu in #1672
- Fix issue #1654, if XSSFWorkbook stream position is greater than zero, FileMagic.ValueOf returns the correct value by @antony-liu in #1673
- CT_TableStyleElement.dxfIdFieldSpecified should be false if no dxfId attribute exists by @tonyqus in #1676
- Added the encryption support for xls, xlsx and xlsm by @manisocgen in #1659
- Patches from poi 4.0 by @antony-liu in #1674
- Update BouncyCastle.Cryptography to 2.6.2 by @tonyqus in #1686
- POI Bug 69720 Paragraph alignment value defaults to left, null not allowed by @tonyqus in #1687
- POI Bug 66260 Add XWPFRun.NumberOfTexts property by @tonyqus in #1688
- Support Wdp in XWPF and POI Bug 66988 by @tonyqus in #1689
- POI Bug 66347 add XWPFTheme support to XWPFDocument by @tonyqus in #1690
- POI Bug Github-950 - Fix NPE in XWPFParagraph.getCTSpacing by @tonyqus in #1691
- POI Bug Github-672 XWPF: support removing style by pos and getting all XWPFStyle list by @tonyqus in #1692
- POI Bug 66079 - fix issue with XWPFNumbering.removeAbstractNum by @tonyqus in #1693
- POI Bug 66080 - XWPFNumbering.addAbstractNum uses abstract numberings count as id by @tonyqus in #1694
- Performance Optimization: Optimize writing to StreamWriter by @apetukhov in #1681
- POI Bug Github 170 - XWPFTableCell does not process bodyElements when handle paragraph by @tonyqus in #1696
- Implement reading custom property from office metadata xml file by @tonyqus in #1700
- Implement ISheet.Cells[] and ISheet.Rows[] by @tonyqus in #1695
- Replace Regex.Match with Regex.IsMatch by @antony-liu in #1698
New Contributors
- @En3Tho made their first contribution in #1643
- @ZagidullinRuslanG made their first contribution in #1656
- @modeverv made their first contribution in #1658
- @manisocgen made their first contribution in #1659
Full Changelog: 2.7.5-rc1...2.7.6-rc1