Skip to main content
Glama

Excel MCP Server

set_cell_value

Assign values to specific cells in an Excel spreadsheet by specifying the file path, sheet name, cell location, and value to input. Streamline Excel data updates with precision.

Instructions

指定されたセルに値を設定します

Input Schema

NameRequiredDescriptionDefault
cellYesセル位置。A1形式で指定(例: A1, B2, AA10, Z99)。範囲指定(A1:B2)は不可
filePathYes対象のExcelファイルの絶対パス
sheetNameYes対象のワークシート名。既存のワークシート名を指定してください
valueYesセルに設定する値。文字列、数値、真偽値のいずれか

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "cell": { "description": "セル位置。A1形式で指定(例: A1, B2, AA10, Z99)。範囲指定(A1:B2)は不可", "type": "string" }, "filePath": { "description": "対象のExcelファイルの絶対パス", "type": "string" }, "sheetName": { "description": "対象のワークシート名。既存のワークシート名を指定してください", "type": "string" }, "value": { "description": "セルに設定する値。文字列、数値、真偽値のいずれか", "type": [ "string", "number", "boolean" ] } }, "required": [ "filePath", "sheetName", "cell", "value" ], "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/SuperPyonchiX/excel_mcp_server'

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