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

Flexible merge #733

Merged
merged 3 commits into from Aug 13, 2023
Merged

Flexible merge #733

merged 3 commits into from Aug 13, 2023

Conversation

JanMarvin
Copy link
Owner

This PR provides a solver for intersecting cell regions

library(openxlsx2)
wb <- wb_workbook()$add_worksheet()
wb$merge_cells(dims = "A1:B2")
wb$merge_cells(dims = "G1:K2")
wb$merge_cells(dims = "A1:C3", solve = TRUE)
wb$merge_cells(dims = "A1:J7", solve = TRUE)
wb$merge_cells(dims = "A1:Z8", solve = TRUE)
wb$merge_cells(dims = "B2:D4", solve = TRUE)
if (interactive) wb$open()

@JanMarvin JanMarvin force-pushed the flexible_merge branch 3 times, most recently from bf7cc10 to 88f29f6 Compare August 13, 2023 12:10
@JanMarvin JanMarvin merged commit 9c923c6 into main Aug 13, 2023
9 checks passed
@JanMarvin JanMarvin deleted the flexible_merge branch August 13, 2023 12:41
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.

None yet

1 participant