Google Sheets API: How to find a row by value and update it's content
问题 I am working on an Android application that uses a Google Spreadsheet as a database. The application should GET, APPEND and UPDATE values in a spreadsheet, using the Sheets API v4. The first two functions are working fine but I have difficulties updating a specific row. I need to find a row that has a specific value in it's first column ("Batch ID") and update all the cells in this row. This is how my spreadsheet looks like. Right now I am getting the row to be modified like this: ValueRange