I am trying to find the cell locations of specific IDs within the first column of a google spreadsheet using gspread.
Is there a way to search only within the first column, and not the entire spreadsheet?
I have been using: gspread.Worksheet(example).findall(query)
but searching through each cell is time-consuming.