gws.sheets.create
Create a new Google Spreadsheet with optional initial data, receiving its ID and shareable URL. Never alters existing files.
Instructions
Create a new Google Spreadsheet. Optionally seeds the first tab starting at A1 with initial_values (same JSON array-of-arrays shape as write_range). Returns the new spreadsheet's ID and URL. Creates a new, empty document owned by the account and returns its ID and shareable URL. It never modifies existing content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Spreadsheet title | |
| account | No | Account label or email. Uses default if omitted. | |
| initial_values | No | Optional initial cell grid to seed starting at A1 |