add_sheet
Add a new empty sheet to a Google Spreadsheet. Specify title, row and column count, and optional tab index.
Instructions
Add a new empty sheet (tab).
Whitelist note: allowed only when writable_sheets is "*" or the new title is explicitly listed.
Args: spreadsheet_id_or_url: Full Sheets URL or bare spreadsheet ID. title: Name of the new sheet. rows: Grid row count. columns: Grid column count. index: Optional 0-based tab position. dry_run: If true, return the execution plan without changing anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rows | No | ||
| index | No | ||
| title | Yes | ||
| columns | No | ||
| dry_run | No | ||
| spreadsheet_id_or_url | Yes |