Answers

Why does my Excel spreadsheet look wrong when I save it as PDF

Short answer: because Excel’s “Save as PDF” is a print, not a layout. It keeps whatever print settings your sheet already has, so anything that looks wrong on paper — columns cut off, rows split, text shrunk to nothing, data missing, blank pages — carries straight into the PDF. The fix depends on which of those hit you. Here’s how to tell them apart.

Match your symptom to the cause

What you seeWhat’s actually happeningFix
Columns cut off at the right edgeThe sheet is wider than the page; extra columns spill offConvert without cutting off columns
Text shrunk to unreadable”Fit Sheet on One Page” scaled the whole sheet downSave as PDF without shrinking text
A row split across a page breakExcel paginates by height, slicing tall rowsStop rows splitting across pages
Data missing entirelyA print area is set and clamps everything outside itKeep the print area from dropping data
Blank or half-empty pagesA stray cell far out in the sheet inflates the print rangeCatch blank or clipped pages

Most “my PDF looks wrong” reports are one or two of these at once. The reason it feels endless is that fixing one (turn off scaling) often reveals another (now columns cut off) — Excel makes you trade the problems off by hand, on every file. For the reason all of these trace back to one thing, see Print, not layout: why Save as PDF breaks spreadsheets.

How CrazySmartPDF handles it

It replaces the print with a layout pass. It re-lays-out each sheet so wide columns are fitted or sliced across pages rather than clipped and rows stay whole, reports exactly what it clamped to any print area instead of dropping it silently, and then checks its own output — rasterising every page to flag blanks and clipped edges (including any residual clip) before the PDF reaches you. The idea is to do the fiddly layout work you’d otherwise repeat on every file, and to never fail silently.

The honest caveats

It renders through your installed Excel on Windows (2016 or newer), so Excel has to be present — there’s no Mac or purely-online version today (the browser upload surface is a separate beta). The self-check flags suspect pages for a human to verify; it doesn’t auto-fix them. And it never modifies your original workbook.