NPOI 2.6.2 - for my daughter Chris
This release is to celebrate my daughter's birthday. Wish she can grow up healthily and happily.
What's Changed
- Fix issue #983 INT(1.99) doesn't return correct rounded value by @deleteJ in #1109
- Fix copying empty row by @Bykiev in #1154
- Fix leaveOpen option of SXSSFWorkbook by @Bykiev #1152
- Failed to open word file(.docx) when Text box on header or footer by @tonyqus #1067
- Failed to open excel(.xlsx) with NPOI(2.5.6) with some specific graphs by @tonyqus #1059
- Fix checking if cell is locked by @Bykiev #1125
- Fix removing hyperlinks by @Bykiev #1128
- Fix XSSFSheet.RemoveHyperlink method by @artem-iron #1171
- Update Text.cs to handle StringEval in arg0 by @fred2020-net #1131
- Fix Remove method of XSSFWorkbook by @Bykiev #1151
- Fix removing cell comments in SXSSF @Bykiev #1136
- Update SearchFind.cs to not throw an unhandled exception by @fred2020-net #1134
- Countifs fail to evaluate correctly by @deleteJ #1115
- Enabling setuping the sheet to scroll to top in XSSFSheet by @tonyqus #985
- Fix Drawing shape by @mino-alpha #1080
- Fix auto size columns by @Bykiev #1130
- exception on loading : An item with the same key has already been added by@tonyqus #1121
- Support replacing docx text within embedded tables by @smackysnacks #1120
New Contributors
- @deleteJ made their first contribution in #1109
- @mino-alpha made their first contribution in #1080
- @fred2020-net made their first contribution in #1131
- @smackysnacks made their first contribution in #1120
Full Changelog: 2.6.1-rc2...2.6.2-rc1