
Google Sheets API Integration Profile
Information and guides about integrating with Google Sheets API
Add Google Sheets Integration to Your ProductSheets Spreadsheets Values Update in Google Sheets API
Sets values in a range of a spreadsheet. The caller must specify the spreadsheet ID, range, and a valueInputOption.
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Path Parameters | pathParameters | object | |
Spreadsheet Id | pathParameters.spreadsheetId | string | |
Range | pathParameters.range | string | |
Query | query | object | |
Access Token | query.access_token | string |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Spreadsheet Id | spreadsheetId | string | The spreadsheet the updates were applied to. |
Updated Range | updatedRange | string | The range (in A1 notation) that updates were applied to. |
Updated Rows | updatedRows | integer | The number of rows where at least one cell in the row was updated. |
Updated Columns | updatedColumns | integer | The number of columns where at least one cell in the column was updated. |
Updated Cells | updatedCells | integer | The number of cells updated. |