Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy RepeatingRows and RepeatingColumns #1187

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

Bykiev
Copy link
Collaborator

@Bykiev Bykiev commented Sep 15, 2023

This PR fixes #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

This PR fixes nissl-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
@tonyqus tonyqus added this to the NPOI 2.7.0 milestone Sep 15, 2023
@tonyqus
Copy link
Member

tonyqus commented Sep 15, 2023

LGTM

@tonyqus tonyqus merged commit a031c6e into nissl-lab:master Sep 15, 2023
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

IWorkBook.SetSheetName method will clear sheet.RepeatingRows
2 participants