Skip to main content
Glama

excel-mcp-server

copy_worksheet

Duplicate a worksheet within an Excel workbook by specifying the source and target sheet names. Ideal for replicating data or templates 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/haris-musa/excel-mcp-server'

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