Skip to main content
Glama

xlwings Excel MCP Server

by hyunjae-labs

write_data_to_excel

Transfer structured data directly to an Excel worksheet. Specify file path, sheet name, and data as a list of rows; optionally define a start cell for precise placement.

Instructions

Write data to Excel worksheet. Excel formula will write to cell without any verification. PARAMETERS: filepath: Path to Excel file sheet_name: Name of worksheet to write to data: List of lists containing data to write to the worksheet, sublists are assumed to be rows start_cell: Cell to start writing to (optional, auto-finds appropriate location)

Input Schema

NameRequiredDescriptionDefault
dataYes
filepathYes
sheet_nameYes
start_cellNo

Input Schema (JSON Schema)

{ "properties": { "data": { "items": { "items": {}, "type": "array" }, "title": "Data", "type": "array" }, "filepath": { "title": "Filepath", "type": "string" }, "sheet_name": { "title": "Sheet Name", "type": "string" }, "start_cell": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Start Cell" } }, "required": [ "filepath", "sheet_name", "data" ], "title": "write_data_to_excelArguments", "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/hyunjae-labs/xlwings-mcp-server'

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