Node Inputs
Required Fields
Spreadsheet ID:The unique identifier of the Google Sheets spreadsheet.
Example:
"1BxiMVs0XRA5nFMdKvBdBZjgmUUqptlbs74OgvE2upms"
Operation:The operation to perform.
Available options:
read
: Read data from the sheetwrite
: Write data to the sheetappend
: Append data to the sheetupdate
: Update specific cells
Example:"read"
The A1 notation range to read or write.
Example:
"Sheet1!A1:D100"
Optional Fields
Values:Data to write (required for write, append, update operations).
Example:
How to interpret input values.
Available options:
RAW
: Values are not parsedUSER_ENTERED
: Values are parsed as if typed by user
Default:USER_ENTERED
Whether the first row contains headers (for read operations).
Example:
true
Default:
true
Node Output
Sheet Data:The data read from or written to the Google Sheet. Read Operation Output:
Node Functionality
The Google Sheets node:- Reads data from Google Sheets spreadsheets.
- Writes and updates data in sheets.
- Appends rows to existing data.
- Supports structured data with headers.
- Handles large datasets efficiently.
- Enables automated spreadsheet workflows and reporting.