excel_delete_sheet
Remove a specified sheet from an Excel workbook. Optionally create a backup before removal to prevent data loss.
Instructions
Delete a sheet from the workbook
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sheetName | Yes | Name of the sheet to delete | |
| createBackup | No |