
Google Sheets API Integration Profile
Information and guides about integrating with Google Sheets API
Add Google Sheets Integration to Your ProductSheets Spreadsheets Create in Google Sheets API
Creates a spreadsheet, returning the newly created spreadsheet.
Input schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Query | query | object | |
Access Token | query.access_token | string | |
Alt | query.alt | string | |
Callback | query.callback | string | |
Fields | query.fields | string |
Output schema fields
Field Name | API Key | Type | Description |
---|---|---|---|
Spreadsheet Id | spreadsheetId | string | The ID of the spreadsheet. This field is read-only. |
Properties | properties | object | Properties of a spreadsheet. |
Title | properties.title | string | The title of the spreadsheet. |
Locale | properties.locale | string | The locale of the spreadsheet in one of the following formats: * an ISO 639-1 language code such as `en` * an ISO 639-2 language code such as `fil`, if no 639-1 code exists * a combination of the ISO language code and country code, such as `en_US` Note: when updating this field, not all locales/languages are supported. |
Auto Recalc | properties.autoRecalc | string | The amount of time to wait before volatile functions are recalculated. |