CreateSpreadsheet
Creates a spreadsheet in the user's Google Drive.
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. |
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. |