Create New Spreadsheet
Create a new spreadsheet with a specified spreadsheet name. if it does not specify the destination folder or root it will be created to the same parent.
Input
GSuite Connection :
GSuiteConnection Variable
A variable name that references the gsuite connection to access the gsuite resources.
Destination Folder Id :
String Argument
The Id of the destination folder in which the spreadsheet is to be created.
Spreadsheet Name :
String Argument
The name of the spreadsheet to be created.
Options
Rows :
Object Argument
The number of rows for the spreadsheet to be created.
Columns :
Object Argument
``The number of columns for the spreadsheet to be created.
Output
Spreadsheet Id :
String Argument
The variable that stores the id of the created spreadsheet.
File URL :
String Argument
The variable that stores the URL of the created spreadsheet.
Last updated