Delete Columns
delete_columnsDelete specified columns from a live Excel worksheet, shifting remaining columns left. Specify starting column and count to remove multiple columns.
Instructions
Delete one or more columns, shifting columns to their right left.
Args: workbook: Workbook name or path (None = active workbook). sheet: Worksheet name (None = active sheet). column: Column letter(s) to start deleting from, e.g. "B" (required). count: How many columns to delete.
Returns: JSON confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| sheet | No | ||
| column | No | ||
| workbook | No |