【发布时间】:2021-04-02 19:31:11
【问题描述】:
我正在尝试使用 gspread 清除 Google 表格中的某些列,因此更适合的是 insert_cols () 函数,但它返回错误。我尝试使用 update() 但它也不起作用。
sheet.delete_columns(1,15)
sheet.insert_cols(1,15)
然后返回
TypeError: object of type 'int' has no len()
【问题讨论】:
标签: python selenium google-sheets