gspread-dataframe
gspread-dataframe copied to clipboard
Worksheet names that are valid cell references no longer cause Sheets API errors
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.