Skip to main content
Glama

Excel MCP Server

MIT License
2,793
315
  • Linux
  • Apple

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

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" }
Install Server

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