delete_sheet_columns
Remove unwanted columns from an Excel worksheet by specifying the file, sheet, starting column, and number of columns to delete. Use dry run to preview the deletion before applying it.
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 |