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 list_protected_ranges #1076

Merged
merged 1 commit into from
Jul 5, 2022
Merged

Fix list_protected_ranges #1076

merged 1 commit into from
Jul 5, 2022

Conversation

lavigne958
Copy link
Collaborator

when listing all the protected ranges of a worksheet, if the
sheetid does not exists, do not return an empty list.
Instead raise an exception as the ID is wrong.

If the ID is correct try to extract the protected ranges if empty
return an empty list.

closes #1050

when listing all the protected ranges of a worksheet, if the
`sheetid` does not exists, do not return an empty list.
Instead raise an exception as the ID is wrong.

If the ID is correct try to extract the protected ranges if empty
return an empty list.

closes #1050
@lavigne958 lavigne958 added the Bug label Jul 3, 2022
@lavigne958 lavigne958 self-assigned this Jul 3, 2022
@lavigne958 lavigne958 merged commit 4591fe1 into master Jul 5, 2022
@lavigne958 lavigne958 deleted the bufix/list_protected_ranges branch July 5, 2022 20:37
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.

list_protected_ranges always returns an empty list
1 participant