Concepts
Concepts used in Google Sheets BDK Book.
Sheet table reference
Reference to a table inside a Google Sheets spreadsheet's sheet
Field Name
Description
Type
id
Id of the table
text
name
Name of the table
text
Google sheet reference
Reference to a sheet inside a Google Sheets spreadsheet file
Field Name
Description
Type
id
Id of the sheet
number
name
Name of the sheet
text
Drive folder reference
Contains all information required to identify a folder in Google Drive
Field Name
Description
Type
id
The id of the folder
text
folder_name
The name of the folder
text
Drive file reference
Contains all information required to identify a file in Google Drive
Field Name
Description
Type
id
The id of the file
text
file_name
The name of the file
text
Sheet column reference
Reference to a column inside a Google Sheets spreadsheet's sheet
Field Name
Description
Type
index
Index of the column
number
name
Name of the column
text
Sheet row reference
Reference to a row inside a Google Sheets spreadsheet's sheet
Last updated
Was this helpful?