Skip to main content
Glama

Excel MCP Server

MIT License
1,642
537
  • Linux
  • Apple

excel_write_to_sheet

Write data to Excel sheets efficiently by specifying file path, sheet name, cell range, and values. Supports new sheet creation and formula input.

Instructions

Write values to the Excel sheet

Input Schema

NameRequiredDescriptionDefault
fileAbsolutePathYesAbsolute path to the Excel file
newSheetYesCreate a new sheet if true, otherwise write to the existing sheet
rangeYesRange of cells in the Excel sheet (e.g., "A1:C10")
sheetNameYesSheet name in the Excel file
valuesYesValues to write to the Excel sheet. If the value is a formula, it should start with "="

Input Schema (JSON Schema)

{ "properties": { "fileAbsolutePath": { "description": "Absolute path to the Excel file", "type": "string" }, "newSheet": { "description": "Create a new sheet if true, otherwise write to the existing sheet", "type": "boolean" }, "range": { "description": "Range of cells in the Excel sheet (e.g., \"A1:C10\")", "type": "string" }, "sheetName": { "description": "Sheet name in the Excel file", "type": "string" }, "values": { "description": "Values to write to the Excel sheet. If the value is a formula, it should start with \"=\"", "items": { "items": { "anyOf": [ { "type": "string" }, { "type": "number" }, { "type": "boolean" }, { "type": "null" } ] }, "type": "array" }, "type": "array" } }, "required": [ "fileAbsolutePath", "sheetName", "newSheet", "range", "values" ], "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