copy_worksheet
Duplicate a worksheet within the same workbook by providing source and target sheet names.
Instructions
Copy worksheet within workbook.
Args:
session_id: Session ID from open_workbook (required)
source_sheet: Name of the source worksheet
target_sheet: Name of the target worksheetInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| source_sheet | Yes | ||
| target_sheet | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |