copy_sheet
Copy a worksheet inside an Excel workbook by providing the source sheet name and a new name for the copy.
Instructions
Copy a worksheet within the workbook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workbook_path | Yes | Path to the Excel workbook | |
| source_sheet | Yes | Name of the worksheet to copy | |
| new_name | Yes | Name for the copied worksheet |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||