我已使用该gspread
库从 Google 文档中读取 CSV 文件,但它首先需要我登录。
gc = gspread.login('email','password')
sheetData = gc.open("NSEport").sheet1
我想使用共享电子表格时生成的密钥直接打开电子表格,而无需登录 Google 帐户。
我已使用该gspread
库从 Google 文档中读取 CSV 文件,但它首先需要我登录。
gc = gspread.login('email','password')
sheetData = gc.open("NSEport").sheet1
我想使用共享电子表格时生成的密钥直接打开电子表格,而无需登录 Google 帐户。