Skip to main content
Glama

Excel MCP Server

export_to_csv

Convert Excel worksheet data to CSV format by specifying file paths and sheet name. Ideal for data migration and analysis.

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" }

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