๐Ÿ“Š

Excel to PDF

Turn .xlsx / .csv spreadsheets into clean, printable PDF reports.

Base URL & auth

All endpoints are relative to this base. Authenticate with the x-api-key header (needs an active subscription).

https://dashoviaapi-d7619530.fastapicloud.dev/api/dashovia/exceltopdf
Get an API key โ†’ Cost: 1 unit(s) / call

Endpoints

POST/api/dashovia/exceltopdf/convert

Convert a spreadsheet into a styled PDF table report.

curl -X POST 'https://your-domain.com/api/dashovia/exceltopdf/convert' \
  -H 'x-api-key: dsv_xxx' \
  -F '[email protected]' -F 'title=Q3 Report'

Sample response

<binary application/pdf>

โ† Back to all APIs