rename_sheet
Rename a worksheet in an Excel workbook by providing the current name and the desired new name.
Instructions
Rename a worksheet.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workbook_path | Yes | Path to the Excel workbook | |
| old_name | Yes | Current name of the worksheet | |
| new_name | Yes | New name for the worksheet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||