Skip to main content
Glama

excel-mcp-server

copy_range

Transfer specific cell ranges between sheets or locations in Excel files using a structured approach for precise and organized data handling.

Instructions

Copy a range of cells to another location.

Input Schema

NameRequiredDescriptionDefault
filepathYes
sheet_nameYes
source_endYes
source_startYes
target_sheetNo
target_startYes

Input Schema (JSON Schema)

{ "properties": { "filepath": { "title": "Filepath", "type": "string" }, "sheet_name": { "title": "Sheet Name", "type": "string" }, "source_end": { "title": "Source End", "type": "string" }, "source_start": { "title": "Source Start", "type": "string" }, "target_sheet": { "default": null, "title": "Target Sheet", "type": "string" }, "target_start": { "title": "Target Start", "type": "string" } }, "required": [ "filepath", "sheet_name", "source_start", "source_end", "target_start" ], "title": "copy_rangeArguments", "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