3 July 2026
Excel to PDF without Microsoft Office (and without broken pages)
Convert spreadsheets to clean PDFs on any device — plus the print-area tricks that stop your table spilling across seven pages.
You need to send a spreadsheet to someone who shouldn't edit it — a quotation, a price list, a report. PDF freezes it. But Excel-to-PDF has a notorious failure mode: the layout that looked fine on screen prints as seven pages with three orphan columns on page five.
Converting without Office installed
Excel to PDF converts XLSX/XLS server-side with a real spreadsheet engine (LibreOffice) — no Microsoft Office needed, works from any device including phones, and the file is deleted after processing.
Why spreadsheets paginate badly — and the fixes
A spreadsheet has no fixed page size; the converter must slice an endless grid into A4 rectangles. You control the slicing in the file itself before converting:
- Set a print area. Select just the range that matters → Page Layout → Print Area. Everything outside (scratch columns, notes) stops forcing extra pages.
- Fit columns to one page wide. Page Layout → scale to 1 page wide. This single setting fixes the orphan-columns disease.
- Landscape for wide tables. Most price lists and reports are wider than tall.
- Check hidden sheets. Converters render every sheet; delete or hide scratch sheets you don't want in the PDF.
Do those four things and the PDF comes out like a document, not a ransom note of scattered cells.
Going the other way
- PDF back to editable spreadsheet: PDF to Excel reconstructs tables — good on clean digital PDFs, approximate on scans.
- Need the data rather than the look? Excel to CSV gives you the raw rows for import into any system, entirely in your browser.