Excel to PDF: making spreadsheets look right on print
By the Converterzilla Team
We build privacy-first PDF and image tools that run entirely in your browser. Our team has shipped JavaScript file-processing apps used by thousands every day, and we write here about the libraries, trade-offs and patterns we use.
Spreadsheets are designed for editing, not for printing. So when you "Save as PDF" a workbook, you often get a file with rows split awkwardly across pages, columns truncated, and helper data showing up that you didn't want shared.
Set the print area first
Excel's Print Area feature tells the export which cells to include. Select the range you want, then Page Layout → Print Area → Set Print Area. Now the PDF only contains that block. Hidden helper columns stay hidden.
Fit-to-page or full-size?
Two strategies:
- Fit to one page wide — scales the spreadsheet to fit horizontally, with as many vertical pages as needed. Good for wide tables.
- Honor existing scale — uses Excel's existing scaling. Pages may break across columns if your table is wide.
Repeat headers on every page
For tables that span multiple pages, set rows 1-2 (or wherever your headers are) as "Print Titles" so they repeat on every page. Excel hides this in Page Layout → Print Titles → Rows to repeat at top.
Our Excel to PDF converter respects print areas, repeats title rows, and offers smart fit-to-page on launch.