nissl-lab / npoi

a .NET library that can read/write Office formats without Microsoft Office installed. No COM+, no interop.
Apache License 2.0
5.67k stars 1.42k forks source link

Patches ported from poi 3.16 #1322

Closed antony-liu closed 4 months ago

antony-liu commented 4 months ago

Patches ported from poi 3.16

Bykiev commented 4 months ago

These changes includes removing public methods, seems to be a candidate for v2.8 of NPOI

tonyqus commented 4 months ago

Can we leave the obsolete public method AS IS instead of removing it? No one knows who is using it. This may cause breaking changes.

XSSFCell.GetCachedFormulaResultTypeEnum should remain there with obsolete attribute and we add the new property CachedFormulaResultTypeEnum.

antony-liu commented 4 months ago

Learned something new. I have added this method back.

tonyqus commented 4 months ago

LGTM