Skip to main content
Glama

Excel MCP Server

by zhiwei5576
MIT License
439
40
  • Linux
  • Apple

readSheetData

Extract data from all sheets in an Excel file, specifying header and data start rows, using the Excel MCP Server for structured and efficient processing.

Instructions

Get data from all sheets in the Excel file

Input Schema

NameRequiredDescriptionDefault
dataStartRowNoThe row number to start reading data from (default: 2)
fileAbsolutePathYesThe absolute path of the Excel file
headerRowNoThe row number to use as field names (default: 1)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "dataStartRow": { "default": 2, "description": "The row number to start reading data from (default: 2)", "type": "number" }, "fileAbsolutePath": { "description": "The absolute path of the Excel file", "type": "string" }, "headerRow": { "default": 1, "description": "The row number to use as field names (default: 1)", "type": "number" } }, "required": [ "fileAbsolutePath" ], "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/zhiwei5576/excel-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server