Skip to main content
Glama

Excel MCP Server

MIT License
2,218
472
  • Linux
  • Apple

excel_copy_sheet

Copy a specific sheet into a new sheet within an Excel file using absolute path, source sheet name, and destination sheet name as inputs.

Instructions

Copy existing sheet to a new sheet

Input Schema

NameRequiredDescriptionDefault
dstSheetNameYesSheet name to be copied
fileAbsolutePathYesAbsolute path to the Excel file
srcSheetNameYesSource sheet name in the Excel file

Input Schema (JSON Schema)

{ "properties": { "dstSheetName": { "description": "Sheet name to be copied", "type": "string" }, "fileAbsolutePath": { "description": "Absolute path to the Excel file", "type": "string" }, "srcSheetName": { "description": "Source sheet name in the Excel file", "type": "string" } }, "required": [ "fileAbsolutePath", "srcSheetName", "dstSheetName" ], "type": "object" }

Other Tools from Excel MCP Server

Related Tools

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/negokaz/excel-mcp-server'

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