XLSX to PDF
Convert any Excel workbook to a PDF — each sheet renders as a landscape page with grid borders, scaled columns, and an optional bold header row. All processing happens in your browser.
Drag a .xlsx, .xls or .ods file here or
Renders each sheet as a landscape PDF page with grid borders.
Document metadata (optional)
How to use XLSX to PDF
- Drop a .xlsx / .xls / .ods file.
- Choose all sheets or one sheet, pick orientation and font size.
- Click Build PDF, then Download.
What is XLSX to PDF?
Powered by SheetJS for parsing and pdf-lib for rendering. Column widths are auto-fit to page width; very long cell values are truncated with an ellipsis. For multi-page sheets the tool paginates automatically and adds a sheet name + page-of-pages indicator at the top of each page.
FAQ
- Are formulas evaluated?
- The PDF shows the cached cell values (i.e., results of formulas at the time the file was saved).
- Why is some text truncated with …?
- Long cells are clipped to fit the column. For full data, use XLSX→CSV or XLSX→JSON and view in a wider tool.