gspread_asyncio icon indicating copy to clipboard operation
gspread_asyncio copied to clipboard

Asyncio wrapper for the gspread Google Spreadsheet API library

Results 15 gspread_asyncio issues
Sort by recently updated
recently updated
newest added

This is for compatibility with gspread, however it has async implications that I'm not totally sure of yet.

Im trying to update the worksheet title but i can't ```py File "C:\Dev\Python\AutoPhiBot\util\sheet.py", line 122, in create_sheet await worksheet.update_title(sheet_name) File "C:\Dev\Python\AutoPhiBot\venv\lib\site-packages\gspread_asyncio\__init__.py", line 2667, in update_title raise NotImplemented("This breaks ws caching,...