
Google Sheets API Integration Profile
Information and guides about integrating with Google Sheets API
Add Google Sheets Integration to Your ProductSheets Spreadsheets Batch Update in Google Sheets API
Applies one or more updates to the spreadsheet. Each request is validated before being applied. If any request is not valid then the entire request will fail and nothing will be applied. Some requests have replies to give you some information about how they are applied. The replies will mirror the requests. For example, if you applied 4 updates and the 3rd one had a reply, then the response will have 2 empty replies, the actual reply, and another empty reply, in that order. Due to the collaborative nature of spreadsheets, it is not guaranteed that the spreadsheet will reflect exactly your changes after this completes, however it is guaranteed that the updates in the request will be applied together atomically. Your changes may be altered with respect to collaborator changes. If there are no collaborators, the spreadsheet should reflect your changes.
Field Name | API Key | Type | Description |
---|---|---|---|
Path Parameters | pathParameters | object | |
Spreadsheet Id | pathParameters.spreadsheetId | string | |
Query | query | object | |
Access Token | query.access_token | string | |
Alt | query.alt | string |
Field Name | API Key | Type | Description |
---|---|---|---|
Spreadsheet Id | spreadsheetId | string | The spreadsheet the updates were applied to. |
Replies | replies | array of items | The reply of the updates. This maps 1:1 with the updates, although replies to some requests may be empty. |
Add Named Range | item.addNamedRange | object | The result of adding a named range. |
Named Range | addNamedRange.namedRange | object | A named range. |
Named Range Id | addNamedRange.namedRange.namedRangeId | string | The ID of the named range. |