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.73k stars 1.43k forks source link

Error in /master/ooxml/XSSF/UserModel/Helpers/XSSFRowColShifter.cs #1206

Closed TimLee88 closed 11 months ago

TimLee88 commented 1 year ago

NPOI Version

2.6.2

File Type

Issue Description

There is an error in updateRowFormulas() in XSSFRowColShifter.cs

在第99行后面,需要给 sf.@ref 赋值

请参考Apache poi 中该函数 image