xlsx_to_markdown
Extract Excel .xlsx files into Markdown tables, one section per sheet. Converts spreadsheet data into structured Markdown for documentation or further processing.
Instructions
Extract a spreadsheet (.xlsx, local path) as Markdown tables, one section per sheet. $0.01.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| output | No | json | |
| max_rows | No | ||
| output_path | No | ||
| idempotency_key | No |