insert_columns
Insert blank columns into an Excel sheet at a specified starting position, with optional count and dry run. Enables safe, programmatic column additions in .xlsx files.
Instructions
Insert one or more columns starting at the specified column.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| dry_run | No | ||
| filepath | Yes | ||
| start_col | Yes | ||
| sheet_name | Yes |