Skip to main content
Glama

xlwings Excel MCP Server

by hyunjae-labs

copy_worksheet

Copy a worksheet within an Excel workbook using the xlwings Excel MCP Server. Specify file path, source sheet, and target sheet to duplicate data or layout efficiently.

Instructions

Copy worksheet within workbook.

Input Schema

NameRequiredDescriptionDefault
filepathYes
source_sheetYes
target_sheetYes

Input Schema (JSON Schema)

{ "properties": { "filepath": { "title": "Filepath", "type": "string" }, "source_sheet": { "title": "Source Sheet", "type": "string" }, "target_sheet": { "title": "Target Sheet", "type": "string" } }, "required": [ "filepath", "source_sheet", "target_sheet" ], "title": "copy_worksheetArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hyunjae-labs/xlwings-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server