Hi I am trying to update a cell e.g. B4 given that the cell e.g. A4 corresponds to my query. I am using pygsheets library. What I have done thus far was to use cell_list = wks.find("wednesday")to determine which cell object is it in, afterwards, I am unable to retrieve the cell id given that cell_list is this: [<Cell A2 'wednesday '>].Thanks!
How can I update a cell based on a value pygsheets?
431 views Asked by user13883454 At
1
you can do
each item in the list is a cell object.