使用 Google Sheets REST API 编辑一行的单元格数据?

Edit cells data of a row using Google Sheets REST API?

我在我的 chrome 扩展中使用 Google Sheets rest api 来获取数据GoogleSheet。现在我想使用我得到的数据编辑 Google Sheet 中的一行数据。

您可以查看此 documentation 以了解如何更新电子表格。

HTTP request

POST https://sheets.googleapis.com/v4/spreadsheets/{spreadsheetId}:batchUpdate

另外,batchUpdate method works by taking one or more Request 个对象,每个对象指定一种要执行的请求。