Improved
NPOI 2.7.2 - Long Solana (SOL)
What's Changed
- UnhandledDataStructure should sanity check before allocating, not after by @tohidemyname in https://github.com/nissl-lab/npoi/pull/1377
- Fixing wrong logging message by @tohidemyname in https://github.com/nissl-lab/npoi/pull/1375
- ByteArrayOutputStream is not disposed in IOUtils.ToByteArray method by @guangyu2002 in https://github.com/nissl-lab/npoi/pull/1389
- Fix EncodeUtf method by @yzhoholiev in https://github.com/nissl-lab/npoi/pull/1387
- fixing a NPE in GetSymbolFont by @tohidemyname in https://github.com/nissl-lab/npoi/pull/1374
- FindAndReplaceText will now also work for tables within a documents h… by @iain-mcandrew in https://github.com/nissl-lab/npoi/pull/1391
- Remove System.Configuration.ConfigurationManager as NuGet dependency by @lahma in https://github.com/nissl-lab/npoi/pull/1400
- Convert to use Central Package Management by @lahma in https://github.com/nissl-lab/npoi/pull/1390
- Upgrade SixLabors.ImageSharp to version 2.1.9 by @lahma in https://github.com/nissl-lab/npoi/pull/1402
- fix: AddStyleClass no update newClassValue by @wuzxc1230123 in https://github.com/nissl-lab/npoi/pull/1407
- fix: Inconsistent new lines in worksheets by @wuzxc1230123 in https://github.com/nissl-lab/npoi/pull/1408
- maxRows is usefull for AutoSizeColumn and GetColumnWidth by @PatriceDargenton in https://github.com/nissl-lab/npoi/pull/1403
- Upgrade to NUKE 8.1 by @lahma in https://github.com/nissl-lab/npoi/pull/1414
- Backport commits that fix rate function giving incorrect results by @superrnovae in https://github.com/nissl-lab/npoi/pull/1286
- Added support for \n in text elements by @pbvs in https://github.com/nissl-lab/npoi/pull/1346
- More patches ported from poi v3.16 by @antony-liu in https://github.com/nissl-lab/npoi/pull/1371
- fixing a type error by @tohidemyname in https://github.com/nissl-lab/npoi/pull/1376
- bugfix: ExcelToHtmlConverter throw exception when cell has background… by @chen1tian in https://github.com/nissl-lab/npoi/pull/805
- Fix checking if cell style is set by @Bykiev in https://github.com/nissl-lab/npoi/pull/1429
- fix: Make test case TestSumif.TestMicrosoftExample1 passed by @antony-liu in https://github.com/nissl-lab/npoi/pull/1432
- Update version of System.Security.Cryptography by @tonyqus in https://github.com/nissl-lab/npoi/pull/1430
- fix unit test failures by @tonyqus in https://github.com/nissl-lab/npoi/pull/1431
- fixing an error in adobe meta by @tohidemyname in https://github.com/nissl-lab/npoi/pull/1379
- fixed SXSSFWorkbook can not clear temp files when it called Dispose() on the IWorkbook interface. by @houlongchao in https://github.com/nissl-lab/npoi/pull/1385
- Patches from poi by @antony-liu in https://github.com/nissl-lab/npoi/pull/1433
- Reduce array allocations by usage MemoryStream.GetBuffer() instead of ToArray() by @lechu445 in https://github.com/nissl-lab/npoi/pull/1435
- XSSFColumn class implementation by @artemkoloskov in https://github.com/nissl-lab/npoi/pull/1329
New Contributors
- @tohidemyname made their first contribution in https://github.com/nissl-lab/npoi/pull/1377
- @guangyu2002 made their first contribution in https://github.com/nissl-lab/npoi/pull/1389
- @yzhoholiev made their first contribution in https://github.com/nissl-lab/npoi/pull/1387
- @iain-mcandrew made their first contribution in https://github.com/nissl-lab/npoi/pull/1391
- @wuzxc1230123 made their first contribution in https://github.com/nissl-lab/npoi/pull/1407
- @chen1tian made their first contribution in https://github.com/nissl-lab/npoi/pull/805
- @lechu445 made their first contribution in https://github.com/nissl-lab/npoi/pull/1435
- @artemkoloskov made their first contribution in https://github.com/nissl-lab/npoi/pull/1329
Full Changelog: https://github.com/nissl-lab/npoi/compare/2.7.1-rc1...2.7.2-rc1