Extract a spreadsheet as Markdown tables, one section per sheet.
| Name | Type | Description |
|---|---|---|
file | file · required | .xlsx file. |
maxRows | integer · optional | Row cap per sheet, default 5000. |
output | string · optional | md (file, default) or json. |
curl -X POST https://api.bigapi.dev/v1/xlsx/to-markdown -H 'Authorization: Bearer $KEY' -F 'file=@numbers.xlsx' -o numbers.md
## Sheet1 | Name | Value | | --- | --- | | Alpha | 1 |