Skip to main content
Glama

Excel MCP Server

get_range_values

Extract specific data ranges from Excel sheets by specifying file path, sheet name, and range (e.g., A1:C10). Streamlines data retrieval for analysis or processing through the Excel MCP Server.

Instructions

指定された範囲のデータを取得します

Input Schema

NameRequiredDescriptionDefault
filePathYes対象のExcelファイルの絶対パス
rangeYes取得する範囲。A1:C3形式で指定(例: A1:C10, B2:D5)
sheetNameYes対象のワークシート名

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filePath": { "description": "対象のExcelファイルの絶対パス", "type": "string" }, "range": { "description": "取得する範囲。A1:C3形式で指定(例: A1:C10, B2:D5)", "type": "string" }, "sheetName": { "description": "対象のワークシート名", "type": "string" } }, "required": [ "filePath", "sheetName", "range" ], "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/SuperPyonchiX/excel_mcp_server'

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