insert_columns
Insert empty columns at a specified column position in a Google Sheets spreadsheet using spreadsheet ID, sheet ID, start index, and column count.
Instructions
Insert empty columns at a specific position.
Args: spreadsheet_id: The ID of the spreadsheet. sheet_id: The numeric ID of the sheet. start_index: Column index to insert at (0-based, so column A = index 0). num_columns: Number of columns to insert.
Returns: Success message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet_id | Yes | ||
| num_columns | Yes | ||
| start_index | Yes | ||
| spreadsheet_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |