Skip to main content
Glama

Excel MCP Server

MIT License
2,218
472
  • Linux
  • Apple

excel_read_sheet

Extract and read values from specific Excel sheet ranges, enabling access to cell data, formulas, and styles for efficient data analysis and processing.

Instructions

Read values from Excel sheet with pagination.

Input Schema

NameRequiredDescriptionDefault
fileAbsolutePathYesAbsolute path to the Excel file
rangeNoRange of cells to read in the Excel sheet (e.g., "A1:C10"). [default: first paging range]
sheetNameYesSheet name in the Excel file
showFormulaNoShow formula instead of value
showStyleNoShow style information for cells

Input Schema (JSON Schema)

{ "properties": { "fileAbsolutePath": { "description": "Absolute path to the Excel file", "type": "string" }, "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" }, "showStyle": { "description": "Show style information for cells", "type": "boolean" } }, "required": [ "fileAbsolutePath", "sheetName" ], "type": "object" }

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