简体   繁体   中英

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

I have used the Google Sheets rest api in my chrome extension to get the data of a Google Sheet . Now i want to edit the data of a row in Google Sheet using the data I have got.

You may check this documentation on how to update spreadsheets.

HTTP request

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

Also, the batchUpdate method works by taking one or more Request objects, each one specifying a single kind of request to perform.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM