Skip to content

Conversation

@ggallotti
Copy link
Member

This code would not work:

&ExcelCellRange = &ExcelSpreadsheet.Cells(1,1,2,3)
&ExcelCellRange.Merge()
&ExcelCellRange = &ExcelSpreadsheet.Cells(5,1,2,3)
&ExcelCellRange.Merge()
&ExcelCellRange = &ExcelSpreadsheet.Cells(8,1,2,3)
&ExcelCellRange.Merge()

Only last merged cell would be retained.

Issue 92657

@genexusbot
Copy link
Collaborator

Cherry pick to beta success

@ggallotti ggallotti requested a review from iroqueta December 15, 2021 16:18
@ggallotti ggallotti merged commit 56f7aef into master Dec 16, 2021
@ggallotti ggallotti deleted the excel-merge branch December 16, 2021 20:27
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.

5 participants