Insert Columns
insert_columnsInsert blank columns before a specified column in an open Excel workbook, shifting existing data right.
Instructions
Insert one or more blank columns, shifting existing columns right.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet). column: Column letter(s) the new columns are inserted before, e.g. "B" (required). count: How many columns to insert.
Returns: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| sheet | No | ||
| column | No | ||
| workbook | No |