create_sheet
Add a new sheet to an existing Google spreadsheet with specified title and dimensions for organizing data.
Instructions
Create a new sheet in an existing spreadsheet
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spreadsheet_id | Yes | The ID of the spreadsheet | |
| title | Yes | Title for the new sheet | |
| row_count | No | Number of rows (default: 1000) | |
| column_count | No | Number of columns (default: 26) |