insert_dimension
Add rows or columns to a Google Sheet at a specified position, with control over the number of rows or columns inserted.
Instructions
Insert columns or rows
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes | The ID of the sheet | |
| dimension | Yes | Whether to insert rows or columns | |
| end_index | Yes | Ending index (exclusive) - number of rows/columns to insert | |
| start_index | Yes | Starting index (0-based) where to insert | |
| spreadsheet_id | Yes | The ID of the spreadsheet |