Skip to main content
Glama

Excel MCP Server

by yzfly

write_excel

Convert and save CSV or JSON data into an Excel file, specifying the file path, sheet name, and format. Ideal for organizing and exporting structured data into spreadsheets.

Instructions

Write data to an Excel file. Args: file_path: Path to save the Excel file data: Data in CSV or JSON format sheet_name: Name of the sheet (for Excel files) format: Format of the input data ('csv' or 'json') Returns: Confirmation message

Input Schema

NameRequiredDescriptionDefault
dataYes
file_pathYes
formatNocsv
sheet_nameNoSheet1

Input Schema (JSON Schema)

{ "properties": { "data": { "title": "Data", "type": "string" }, "file_path": { "title": "File Path", "type": "string" }, "format": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "csv", "title": "Format" }, "sheet_name": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": "Sheet1", "title": "Sheet Name" } }, "required": [ "file_path", "data" ], "title": "write_excelArguments", "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/yzfly/mcp-excel-server'

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