Fix Excel to PDF Issues

Excel XLSX troubleshooting visual
Common XLSX to PDF problems and how to fix them.

Excel exports go wrong in characteristic ways: columns get cut, rows wrap onto twenty pages, ##### shows up where numbers should be, charts blur. Here is how to fix every common issue.

Issue 1: Columns are cut off on the right

Issue 2: One sheet exports to twenty pages

Issue 3: Cells show ##### instead of numbers

At the chosen scale, the column is narrower than the formatted number. Either widen the column, reduce decimal places, or shrink the font. AutoFit (Format β†’ AutoFit Column Width) usually resolves this in one click.

Issue 4: Headers do not repeat on every page

Page Layout β†’ Print Titles β†’ Rows to repeat at top β†’ select your header row. Without this, a 50-row table gives readers no column labels after page one.

Issue 5: Charts are blurry

Issue 6: Conditional formatting disappears

Some converters strip conditional rules. Re-apply rules through Excel's standard menus (Home β†’ Conditional Formatting), avoiding VBA-driven formats. After re-applying, exporting renders data bars, color scales, and icon sets correctly.

Issue 7: Hidden rows or columns appear in the PDF

Issue 8: PDF is enormous

Issue 9: Page breaks land in the wrong rows

Use the View β†’ Page Break Preview mode. Drag the dashed blue lines to set breaks exactly where you want them. Excel respects manual breaks during export.

Issue 10: Number formatting changes after export

Locale-specific number and date formats sometimes flatten in conversion. Pre-format cells with explicit Custom Format strings (e.g. #,##0.00 or yyyy-mm-dd) rather than relying on auto-detection.

Related guides

Convert XLSX to PDF