copy_range
Transfer cell ranges between locations in Excel workbooks securely using xlwings. Specify source and target ranges to automate data movement without direct file access.
Instructions
Copy a range of cells to another location.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filepath | Yes | ||
sheet_name | Yes | ||
source_end | Yes | ||
source_start | Yes | ||
target_sheet | No | ||
target_start | Yes |