copy_range
Copy a range of cells to another location in an Excel workbook, specifying source and target start cells, with optional target sheet and dry-run for safe execution.
Instructions
Copy a range of cells to another location.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| filepath | Yes | ||
| sheet_name | Yes | ||
| source_end | Yes | ||
| source_start | Yes | ||
| target_sheet | No | ||
| target_start | Yes |