Skip to main content
Glama

excel-mcp-server

delete_range

Remove a specified range of cells in an Excel sheet and shift remaining cells up or down to maintain data continuity. Input file path, sheet name, start and end cells, and shift direction.

Instructions

Delete a range of cells and shift remaining cells.

Input Schema

NameRequiredDescriptionDefault
end_cellYes
filepathYes
sheet_nameYes
shift_directionNoup
start_cellYes

Input Schema (JSON Schema)

{ "properties": { "end_cell": { "title": "End Cell", "type": "string" }, "filepath": { "title": "Filepath", "type": "string" }, "sheet_name": { "title": "Sheet Name", "type": "string" }, "shift_direction": { "default": "up", "title": "Shift Direction", "type": "string" }, "start_cell": { "title": "Start Cell", "type": "string" } }, "required": [ "filepath", "sheet_name", "start_cell", "end_cell" ], "title": "delete_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