
Google Sheets API Integration Profile
Information and guides about integrating with Google Sheets API
Add Google Sheets Integration to Your ProductSheets Spreadsheets Values Batch Update in Google Sheets API
Sets values in one or more ranges of a spreadsheet. The caller must specify the spreadsheet ID, a valueInputOption, and one or more ValueRanges.
Input schema fields
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 |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Spreadsheet Id | spreadsheetId | string | The spreadsheet the updates were applied to. |
Total Updated Rows | totalUpdatedRows | integer | The total number of rows where at least one cell in the row was updated. |
Total Updated Columns | totalUpdatedColumns | integer | The total number of columns where at least one cell in the column was updated. |
Total Updated Cells | totalUpdatedCells | integer | The total number of cells updated. |
Total Updated Sheets | totalUpdatedSheets | integer | The total number of sheets where at least one cell in the sheet was updated. |