使用不同的起始值枚举python

时间:2018-12-28 11:07:52

标签: python excel enums enumeration gspread

for index, value in enumerate(array_seller_name, start= 1):
sheet.update_cell(index, 1, array_seller_name[index])

我正在尝试使用数组中的值更新Google表格。 我的问题是,谷歌表中的索引必须从2开始,索引用于从0提取数组中的值。 无论如何,在enumarate中使用不同的值吗?我应该完全使用其他方法吗?

0 个答案:

没有答案