xlsx-to-markdown
Convert XLSX files to Markdown format using the Markdownify MCP Server. Ideal for transforming spreadsheet data into readable, structured Markdown content with enhanced UTF-8 support.
Instructions
Convert an XLSX file to markdown
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filepath | Yes | Absolute 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"
}