Skip to main content
Glama

excel-mcp-server

read_data_from_excel

Extract structured data from Excel worksheets, including cell values, addresses, and validation rules. Specify file path, sheet name, and cell range. Returns JSON with detailed metadata for analysis or processing.

Instructions

Read data from Excel worksheet with cell metadata including validation rules. Args: filepath: Path to Excel file sheet_name: Name of worksheet start_cell: Starting cell (default A1) end_cell: Ending cell (optional, auto-expands if not provided) preview_only: Whether to return preview only Returns: JSON string containing structured cell data with validation metadata. Each cell includes: address, value, row, column, and validation info (if any).

Input Schema

NameRequiredDescriptionDefault
end_cellNo
filepathYes
preview_onlyNo
sheet_nameYes
start_cellNoA1

Input Schema (JSON Schema)

{ "properties": { "end_cell": { "default": null, "title": "End Cell", "type": "string" }, "filepath": { "title": "Filepath", "type": "string" }, "preview_only": { "default": false, "title": "Preview Only", "type": "boolean" }, "sheet_name": { "title": "Sheet Name", "type": "string" }, "start_cell": { "default": "A1", "title": "Start Cell", "type": "string" } }, "required": [ "filepath", "sheet_name" ], "title": "read_data_from_excelArguments", "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