xlsx-to-markdown
Convert XLSX files to markdown format using file paths or URLs. Transform spreadsheet data into readable text for documentation and analysis.
Instructions
Convert an XLSX file to markdown. Use 'url' for online XLSX files, or 'filepath' only if the file exists on the server. For local files, upload them first via /upload endpoint.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filepath | No | Server-side absolute path of the XLSX file (file must exist on the server filesystem) | |
| url | No | URL of the XLSX file to download and convert (recommended for remote files) |