gspread-dataframe icon indicating copy to clipboard operation
gspread-dataframe copied to clipboard

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

Open robin900 opened this issue 1 year ago • 0 comments

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 avatar Feb 07 '24 20:02 robin900