insert_columns
Insert new columns into a spreadsheet sheet at a given column number, optionally specifying how many to add.
Instructions
Insert columns at the given position.
Args: sheet: Sheet index (0-based) column: Column number where new columns are inserted (1-based) count: Number of columns to insert
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sheet | Yes | ||
| column | Yes | ||
| count | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |