excel_copy_sheet
Duplicate a sheet within an Excel file by specifying the source and destination sheet names, along with the file's absolute path, using the Excel MCP Server integration.
Instructions
Copy existing sheet to a new sheet
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dstSheetName | Yes | Sheet name to be copied | |
fileAbsolutePath | Yes | Absolute path to the Excel file | |
srcSheetName | Yes | Source sheet name in the Excel file |