Google Sheets Writer

This node writes the input data table to a new Google Sheets spreadsheet.

If you want to overwrite or append data to an existing sheet, you cannot use the Google Sheets Writer node; you must use the Google Sheets Updater node.

Options

Spreadsheet name
The name of the spreadsheet to be created.
Sheet name
The name of the sheet to which the table should be written.
Add column header
Here you determine whether the column names should be written in the first row.
Add row header
Here you determine whether the row ID's should be written in the first column.
For missing values write
By selecting this option, you can specify a string you want to substitute for missing values. If the option is left unchecked, the cells with missing values remain empty.
Write raw (do not parse numbers, dates, hyperlinks, etc.)
Values are written into the spreadsheet as-is ("raw"), i.e. they will not be parsed. Uncheck the option, if values should be written into the spreadsheet as if they were entered via the Google Sheets website. If unchecked, numbers will stay as numbers, but other strings may be converted to numbers, dates, etc. following the same rules that are applied when entering text into a cell via the Google Sheets website. For example, strings like =hyperlink("example.com", "example") will be parsed to hyperlinks if this option is unchecked.
Open spreadsheet after execution
Opens the spreadsheet after it has been written successfully. The spreadsheet will be opened in the systems's default browser.
Exclude/Include columns
Select the columns that will be written to the sheet file. If the columns in the input table change, they will automatically be excluded.

Input Ports

Icon
A Google Sheets connection.
Icon
Table to be written to a google sheet

Output Ports

This node has no output ports

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.