Markdownify MCP Server

xlsx-to-markdown

Convert an XLSX file to markdown

Input Schema

NameRequiredDescriptionDefault
filepathYesAbsolute path of the XLSX file to convert

Input Schema (JSON Schema)

{ "properties": { "filepath": { "description": "Absolute path of the XLSX file to convert", "type": "string" } }, "required": [ "filepath" ], "type": "object" }