sheets_insert_sheet
Add a new sheet to a Google Sheets spreadsheet with custom title, index, and size. Set row and column counts to create exactly what you need.
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/) |