copy_range
Transfer cell data within or across Excel sheets by specifying source and target ranges. Streamline workbook manipulation in corporate environments using xlwings Excel MCP Server.
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 |