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

Worksheet names that are valid cell references no longer cause Sheets API errors #58

Merged
merged 1 commit into from May 24, 2024

Conversation

robin900
Copy link
Owner

@robin900 robin900 commented Feb 7, 2024

Fixes #54. Worksheet names that are valid cell references no longer cause Sheets API errors. Accomplished by always quoting the worksheet title (name) in the argument to gspread's values_get. If title contains single quote characters, they are escaped as '' per the Sheets API standard. Test coverage included.

@robin900 robin900 merged commit c13f008 into master May 24, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant