excel_delete_columns
Remove unwanted columns from an Excel sheet by specifying the start column and count. Optionally backup the original file.
Instructions
Delete specific columns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet | |
| startColumn | Yes | Starting column (letter or number) | |
| count | Yes | Number of columns to delete | |
| createBackup | No |