Google Sheets
Not a big fan of functions?
Use the Actions Wizard to configure any action in Rows without functions.
Parameter List
Syntax
IMPORT_GOOGLE_SHEETS(url, range,
[header_type]
)url
The spreadsheet URL from Google Sheets. For example: https://docs.google.com/spreadsheets/d/{spreadsheetId}/edit#gid=0
.
range
Google Sheets range where to get the cell values from. For example: "A1:B10" or "Sheet1!A1:B2". Note that you should not use the sheet name in the range
when the url
is from a specific sheet.
[optional] header_type
The header type that should be created.
0
to get generic table headers. For example:value_0
andvalue_1
.1
(default) to create headers from the first row of therange
.
Selected options:
Use first row
No headers