create_spreadsheet
Create a new Google spreadsheet and return its ID and URL, with options to set custom tab names and share edit access with a specified email.
Instructions
Create a new spreadsheet and return its ID and URL.
A spreadsheet created by a service account is owned by that account, so pass
share_with to give a human account access to it.
Args: title: Title of the new spreadsheet. sheet_names: Optional tab names to create instead of the default single tab. share_with: Optional email address to grant edit access to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| share_with | No | ||
| sheet_names | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||