You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set sheet name by use workBook.SetSheetName() method
Then found sheet.RepeatingRows property is null.
Issue Description
IWorkBook.SetSheetName method will clear sheet.RepeatingRows propery.
And by the way , I wonder why workBook.CloneSheet method does not clone sheet.RepeatingRows property?
The text was updated successfully, but these errors were encountered:
Hi, can't reproduce the issue with clearing RepeatingRows after calling workBook.SetSheetName() method in the latest version. You're using an old version NPOI, which was released more than 3 years ago.
I can reproduce, that RepeatingRows property is not copying on sheet clone, I'll try to research the issue
This PR fixesnissl-lab#1182
Because RepeatingRows and RepeatingColumns are part of the Workbook, they're not serialized during creating a copy of the sheet. Just copy them manually
NPOI Version
Version=2.3.0.0
File Type
Upload the Excel File
https://1drv.ms/x/s!AsQkoVUMobm2ksILwjH66MLT7o-Ikg?e=AuqPa7
Reproduce Steps
Issue Description
IWorkBook.SetSheetName method will clear sheet.RepeatingRows propery.
And by the way , I wonder why workBook.CloneSheet method does not clone sheet.RepeatingRows property?
The text was updated successfully, but these errors were encountered: