sheets_insert_columns
Inserts one or more columns into a Google Sheets spreadsheet at a specified position, shifting existing columns to the right.
Instructions
Insert columns at a specific position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheetId | Yes | The ID of the sheet | |
| endIndex | No | Ending column index (0-based) | |
| startIndex | Yes | Starting column index (0-based) | |
| spreadsheetId | Yes | The ID of the spreadsheet |