Skip to content

Fix row and column ranges after sheet rename#524

Draft
avl93 wants to merge 2 commits intoapache:trunkfrom
avl93:row_ranges_after_sheet_rename
Draft

Fix row and column ranges after sheet rename#524
avl93 wants to merge 2 commits intoapache:trunkfrom
avl93:row_ranges_after_sheet_rename

Conversation

@avl93
Copy link

@avl93 avl93 commented Sep 21, 2023

After renaming sheet, row and column ranges are being converted to cell ranges, like this:

before        -> after 
sheet2!$2:$4  -> sheet2!$A$2:$XFD$4
sheet2!$B:$C  -> sheet2!B:C

This fix changes some logic regarding updating ranges and formulas, also, it fixes TODO in TestHSSFName#testRepeatingRowsAndColumnsNames, referring the same problem.

@avl93 avl93 marked this pull request as draft September 22, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant