CreateSpreadsheet
Creates a new spreadsheet in the user's Google Drive. A default sheet is automatically included when the spreadsheet is created.
Input
| Name | Type | Description |
| Title | String | The title for the spreadsheet. |
| Description | String | The description for the spreadsheet. |
| Hidden | Boolean | This parameter sets whether or not the resource is hidden.
The default value is FALSE. |
| Restricted | Boolean | This parameter sets whether or not the resource is restricted.
The default value is FALSE. |
| Starred | Boolean | This parameter sets whether or not the resource is starred.
The default value is FALSE. |
| Parents | String | The Ids of the parent folders for the created spreadsheet. |
| HeaderNames | String | A comma-separated list of column headers that will be added as the first row of the default sheet created with the new spreadsheet. These headers can be used later for inserting or updating data. If a column name contains special characters, enclose it in double quotes. |
Result Set Columns
| Name | Type | Description |
| Success | String | This parameter indicates whether the operation was successful or not. |
| Id | String | The Id of the new spreadsheet. |