gspread docs


gspread docs

https://docs.gspread.org/en/latest/user-guide.html#creating-a-spreadsheet Examples of gspread Usage — gspread 5.3.2 documentation Opening a Spreadsheet You can open a spreadsheet by its title as it appears in Google Docs: sh = gc . open ( 'My poor gym results' ) If you want to be specific, use a key (which can be extracted from the spreadsheet’s url): sht1 = gc . open_by_key ( '0BmgG6nO_6dprdS1MN3d3MkdPa142WFRrdnRRUWl1UFE' ) O... docs.gspread.org...



원문링크 : gspread docs