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

Fix merge_combined_cells in get_values (AND 5.11.2 RELEASE) #1299

Merged
merged 4 commits into from
Sep 18, 2023

Conversation

alifeee
Copy link
Collaborator

@alifeee alifeee commented Sep 12, 2023

closes #1298

merge_combined_cells was very broken. It threw an error anytime that there was a merged cell outside the requested range (including [as in #1298] merged cells on the border of the "all spreadsheet" range).

This fix:

Further, this bug will probably come up anytime anyone tries to use merge_combined_cells. Thus, I propose we:

  • Make a 5.11.2 release with this fix

@alifeee alifeee added the Bug label Sep 12, 2023
@alifeee alifeee self-assigned this Sep 12, 2023
@alifeee alifeee merged commit 710564c into master Sep 18, 2023
12 checks passed
@alifeee
Copy link
Collaborator Author

alifeee commented Sep 18, 2023

it is a small change. I will merge it.

@alifeee alifeee deleted the fix/1298_merge_outside_range branch September 18, 2023 13:50
@alifeee alifeee removed the request for review from lavigne958 September 18, 2023 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Index error occur in worksheet.get_values(combine_merged_cells = True)
1 participant