Skip to main content
Glama

Excel Finance MCP

excel_write_worksheet

Write data arrays to Excel worksheets for financial calculations, investment analysis, and automated reporting with precise cell positioning.

Instructions

Write data to a worksheet

Input Schema

NameRequiredDescriptionDefault
dataYes
startColNo
startRowNo
worksheetNameYes

Input Schema (JSON Schema)

{ "properties": { "data": { "items": { "type": "array" }, "type": "array" }, "startCol": { "default": 1, "type": "number" }, "startRow": { "default": 1, "type": "number" }, "worksheetName": { "type": "string" } }, "required": [ "worksheetName", "data" ], "type": "object" }

Other Tools from Excel Finance MCP

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/jeremycharlesgillespie/excel-mcp'

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