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

Feature/prevent insert row to sheet with colon #992

Merged
merged 2 commits into from
Feb 20, 2022

Conversation

lavigne958
Copy link
Collaborator

Google API does not work when trying to insert a new row
in a worksheet that contain a colon ':' in its name.

Prevent users from insert row in such case so they have a clear error
message instead of the error message returned from the API.

See issue: https://issuetracker.google.com/issues/36761154

closes #822

Replace the typesetter apostrophe
with the typewriter apostrophe.
Google API does not work when trying to insert a new row
in a worksheet that contain a colon ':' in its name.

Prevent users from insert row in such case so they have a clear error
message instead of the error message returned from the API.

See issue: https://issuetracker.google.com/issues/36761154

closes #822
@lavigne958 lavigne958 self-assigned this Feb 16, 2022
@lavigne958 lavigne958 merged commit effe1fd into master Feb 20, 2022
@lavigne958 lavigne958 deleted the feature/prevent_insert_row_to_sheet_with_colon branch February 20, 2022 21:34
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.

insert_row produces APIError if the selected sheet has ":" in its name
1 participant