sheets_insert_sheet
Add a new sheet to a Google Sheets spreadsheet by providing spreadsheet ID and sheet title. Optionally set index, row count, and column count.
Instructions
Add a new sheet to an existing Google Sheets spreadsheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | The index where the sheet should be inserted (0-based) | |
| title | Yes | The title of the new sheet | |
| rowCount | No | Number of rows in the sheet (default: 1000) | |
| columnCount | No | Number of columns in the sheet (default: 26) | |
| spreadsheetId | Yes | The ID of the spreadsheet (found in the URL after /d/) |