Free tools · Documents
Excel to PDF
Every sheet, with the print area and page breaks the workbook defines.
Free · no sign-up · no watermark · up to 50 MB · uploads deleted after 24 hours, results after 7 days.
How to excel to pdf
- Drop the spreadsheet.
- Nothing to choose.
- Press Convert and download the PDF.
What happens to your file
Each sheet is printed to PDF using the workbook’s own print area, orientation and scaling. A wide sheet with no print settings spills across pages exactly as Excel’s print preview would.
Formulas are printed as their values; charts are rendered.
Questions
My table is split across pages — why?
No print area or fit-to-page setting was saved. Set "Fit all columns on one page" in Excel’s page setup and convert again.
Are all sheets included?
Yes, in workbook order, hidden sheets excluded.
Related tools
Do this in code
curl -X POST https://api.fylane.dev/v1/jobs \
-H "Authorization: Bearer $FYLANE_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"file_id": "<file id>",
"operation": "convert",
"options": {}
}'The same operation, convert — Office documents to PDF; images to WebP. Upload first with the quickstart; every option is on the operations page. 500 free credits a month, then $5 per thousand.