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

Commits on Feb 16, 2022

  1. remove wrong apostrophe

    Replace the typesetter apostrophe
    with the typewriter apostrophe.
    lavigne958 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    67a52c0 View commit details
    Browse the repository at this point in the history
  2. Prevent using method insert_row on sheet with colon in its name

    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 committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    96ac895 View commit details
    Browse the repository at this point in the history