XLSX to PDF
XLSX to PDF parses your workbook with SheetJS in the browser and paginates every sheet into a clean table PDF. The first row can repeat as a header on each page, column widths come from content, and numeric cells are right-aligned. Honest scope: it prints cell text, not charts or colors.

Drop an .xlsx file here or click to browse (.xls and .csv also work)
Files stay in your burrow: everything is processed on your device, never uploaded.
How to use this tool
- 1Drop an .xlsx file (.xls and .csv also work).
- 2Choose orientation, font size and whether the first row repeats as a header.
- 3Click Convert; each sheet is paginated into the PDF.
- 4Review the sheet and row counts, then download.
FAQ
Are all sheets included?
Yes, every sheet with printable data is included in order, each preceded by its name in bold. Empty sheets are skipped and counted in the summary as zero rows.
What happens to very wide sheets?
Column widths are heuristic, based on content length, with a minimum width so columns stay readable. Very wide sheets therefore shrink to smaller font before wrapping; pick a smaller font size or landscape orientation for dense data.
Do formulas and formatting survive?
Formula cells print their last calculated value if the file contains one. Cell colors, borders, merged cells and charts are not part of the output; this is a plain, readable table print.