我可以在GSpread中控制insert_row的输出吗?

时间:2015-06-22 20:27:44

标签: python-2.7 google-sheets gspread

我已使用Gspread(https://github.com/burnash/gspread)成功将一些数据导入Gsheets。但是,我看到insert_row正在获取值和单元格详细信息。我可以控制它,我只想要'价值'要导入不是细胞细节?

worksheet.insert_row(cell_list, row) 

<Cell R1C1 u'this is the value'>, <Cell R1C2 u'this is the value'>, <Cell R1C3 u"this is the value'>

我在SO上查看了一些关于gspread的相关帖子,没什么相似的。这篇文章给了我一些见解gspread or such: help me get cell coordinates (not value)

update_cells(list)绝对正常(在给定范围内更新)但我无法插入新行或新列。现在,我正在使用这个方法(update_cells()),它只为我获取值。谢谢!

1 个答案:

答案 0 :(得分:0)

这有效!!

select * from (select distinct(pos) from Synset)
有人帮助了我。谢谢!