Skip to main content
Glama

Excel MCP Server

export_to_csv

Convert Excel worksheet data to CSV format using file paths and sheet names for accurate and structured data export.

Instructions

ワークシートをCSVファイルにエクスポートします

Input Schema

NameRequiredDescriptionDefault
csvPathYesCSVファイルの出力パス
filePathYesExcelファイルのパス(既存ファイル)
sheetNameYesワークシート名(既存シート)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "csvPath": { "description": "CSVファイルの出力パス", "type": "string" }, "filePath": { "description": "Excelファイルのパス(既存ファイル)", "type": "string" }, "sheetName": { "description": "ワークシート名(既存シート)", "type": "string" } }, "required": [ "filePath", "sheetName", "csvPath" ], "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/SuperPyonchiX/excel_mcp_server'

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