Skip to main content
Glama

Excel MCP Server

MIT License
2,793
315
  • Linux
  • Apple

excel_read_sheet

Retrieve data from specified Excel sheet ranges efficiently. Supports pagination, customizable cell ranges, and formula display for precise data extraction.

Instructions

Read values from Excel sheet with pagination.

Input Schema

NameRequiredDescriptionDefault
fileAbsolutePathYesAbsolute path to the Excel file
knownPagingRangesNoList of already read paging ranges
rangeNoRange of cells to read in the Excel sheet (e.g., "A1:C10"). [default: first paging range]
sheetNameYesSheet name in the Excel file
showFormulaYesShow formula instead of value

Input Schema (JSON Schema)

{ "properties": { "fileAbsolutePath": { "description": "Absolute path to the Excel file", "type": "string" }, "knownPagingRanges": { "description": "List of already read paging ranges", "items": { "type": "string" }, "type": "array" }, "range": { "description": "Range of cells to read in the Excel sheet (e.g., \"A1:C10\"). [default: first paging range]", "type": "string" }, "sheetName": { "description": "Sheet name in the Excel file", "type": "string" }, "showFormula": { "description": "Show formula instead of value", "type": "boolean" } }, "required": [ "fileAbsolutePath", "sheetName", "showFormula" ], "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