Excel to PDF
Convert Excel .xlsx spreadsheets into PDF pages using your browser. Local and free.
How to use this tool
- Drop an .xlsx or .xls file.
- Check the rendered sheet preview.
- Open the print dialog and save as PDF.
How it works
SheetJS parses the workbook into an HTML table; print CSS paces it onto PDF pages.
Tips
- Freeze header rows and set column widths in Excel before converting for clean pages.
- Wide sheets print best in landscape.
Limitations
Charts embedded in Excel sheets export as data tables rather than live charts.
Frequently asked questions
Which Excel files work?
.xlsx is fully supported by SheetJS; legacy .xls also parses in most cases.
Will formulas be included?
SheetJS computes values, so printed cells show results, not formulas.
Is the data uploaded?
No — SheetJS parses the file entirely in the browser.