excel_rename_sheet
Rename a sheet in an Excel file by providing the current sheet name and a new name, with an option to create a backup.
Instructions
Rename a sheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| oldName | Yes | Current sheet name | |
| newName | Yes | New sheet name | |
| createBackup | No |