excel_copy_range
Copies a specified range from one Excel sheet to another location within the same workbook.
Instructions
Copy range to another location
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | Path to the Excel file | |
| sourceSheetName | Yes | Source sheet name | |
| sourceRange | Yes | Source range (e.g., A1:D10) | |
| targetSheetName | Yes | Target sheet name | |
| targetCell | Yes | Top-left cell of destination | |
| createBackup | No |