delete_sheet_columns
Delete one or more columns from a specified Excel sheet, starting at a given column, with optional count and dry run.
Instructions
Delete 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 |