Skip to content
Excel To Pdf

Guide

Excel to PDF Without Losing Formatting

Five concrete fixes for the most common formatting problems when converting spreadsheets to PDF.

You export an Excel spreadsheet to PDF and the result looks nothing like what you see on screen. Columns are cut off on the right. Text overflows its cells. Merged headers break into fragments. Number formats vanish.

The root cause is almost always the same: Excel sheets have no fixed page boundary. They scroll horizontally and vertically without limit. A PDF page does not. When the conversion engine maps one to the other, something has to give — and it is usually your formatting.

Here are five fixes, ordered from quickest to most thorough.

Fix 1: Switch to Landscape Orientation

The single most common formatting problem is columns getting clipped on the right edge. An A4 page in portrait mode is 210 mm wide. A typical spreadsheet with 8–12 columns easily exceeds that.

In Excel: Go to Page Layout → Orientation → Landscape. This gives you 297 mm of horizontal space — roughly 40% more.

In the online converter: The Excel to PDF tool on this site sets orientation to Auto by default. It measures the total column width of each sheet and switches to landscape automatically when the data is wider than it is tall. You can also force landscape in the settings dropdown.

If your sheet has fewer than 6 narrow columns, portrait is fine. For anything wider, landscape is the first thing to try.

Fix 2: Use “Fit to Page” Scaling

Landscape alone is not enough when a sheet has 15+ columns. Excel has a built-in scaling feature that shrinks content to fit within the page boundaries.

  1. Go to Page Layout in the ribbon.
  2. In the Scale to Fit group, set Width to 1 page.
  3. Leave Height on Automatic. This compresses columns horizontally to fit one page width while allowing the data to flow across as many vertical pages as needed.

Then export via File → Save As → PDF or File → Export → Create PDF/XPS. The scaling applies to the export.

Watch out: if you set both Width and Height to 1 page, Excel will try to cram everything onto a single page. For a 500-row spreadsheet, the text will be microscopic. Only constrain the width.

Fix 3: Set a Print Area to Exclude Junk

Spreadsheets accumulate clutter — scratch calculations in column Z, notes below the data, empty rows from deleted content that Excel still considers “used.” All of this ends up in the PDF, wasting pages and breaking the layout.

  1. Select the range you actually want in the PDF (e.g., A1:L50).
  2. Go to Page Layout → Print Area → Set Print Area.
  3. Export to PDF. Only the selected range is included.

This is especially useful for workbooks where each sheet has a clean data table surrounded by auxiliary calculations. The print area tells the PDF engine exactly what to render and what to ignore.

Fix 4: Adjust Column Widths Before Converting

Sometimes the issue is not the page — it is the data. A single column with long text strings (addresses, product descriptions, URLs) can push the total width past the page boundary, forcing everything else to compress or clip.

  • Wrap text. Select the column, right-click → Format Cells → Alignment → Wrap text. The column stays narrow and the cell grows taller to fit the content.
  • AutoFit selectively. Select all columns (Ctrl+A), then Home → Format → AutoFit Column Width. Then manually narrow any outlier columns.
  • Truncate or abbreviate. If a column holds URLs or file paths, consider shortening them or moving them to a notes section. The PDF will never be scrollable — what fits on the page is what people see.

The online converter calculates column widths proportionally from the workbook data, so adjusting widths in the original file directly improves the PDF output.

Fix 5: Use a Converter That Preserves Formatting Automatically

If you are using a generic “print to PDF” function or a server-side converter that strips formatting, switching tools may be the simplest fix.

The Excel to PDF converter on this site is purpose-built for spreadsheet formatting:

  • Auto orientation. Wide sheets switch to landscape; narrow ones stay portrait. No manual toggle needed.
  • Proportional column widths. Column widths in the PDF match the ratios in your spreadsheet. A narrow ID column stays narrow; a wide description column gets more space.
  • Header-row repetition. If your first row contains column headers, they repeat at the top of every PDF page. Long tables stay readable without scrolling back to page one.
  • Number format preservation. Currency symbols, date formats, percentage signs, and decimal places carry over from the original cell formatting.
  • Merged cell support. Merged ranges render as spanning cells, not as broken fragments.
  • Gridlines and sheet titles. Toggle them on or off in settings. Gridlines help when printing data tables; turning them off gives a cleaner look for reports.

Because it runs entirely in your browser, there is no upload and no file-size server limit. Drop your file, check the preview, download the PDF.

Quick Checklist Before You Convert

Run through this list before exporting and you will avoid 90% of formatting issues:

  1. Delete empty rows and columns beyond your data range.
  2. Enable text wrapping on columns with long values.
  3. Set orientation to landscape if you have more than 6 columns.
  4. Set a print area if the sheet has auxiliary data outside the main table.
  5. Preview before exporting. In Excel, use File → Print to see the page breaks. In the online converter, the PDF generates instantly — check it before distributing.

Common Formatting Issues and Their Causes

SymptomCauseFix
Columns cut off on the rightSheet wider than pageLandscape + Fit to Page width
Text overflows cellsNo text wrapping enabledFormat Cells → Wrap Text
Merged headers split across pagesPage break falls inside mergeAdjust row heights or set print area
Dates show as serial numbersConverter reads raw valuesUse a format-aware converter
Blank pages at the endEmpty rows/columns in used rangeDelete empty rows, reset print area
Font looks differentPDF engine substitutes missing fontStick to common fonts (Arial, Calibri)

For general step-by-step conversion instructions, see how to convert Excel to PDF. If you need to convert many files at once, the batch conversion guide covers three methods. And if you need to go the other direction, how to convert PDF to Excel has you covered.

Frequently asked questions

Why does my Excel file look different after converting to PDF?
The most common reason is that column widths exceed the PDF page width. Excel sheets have no fixed page boundary — they scroll horizontally. A PDF does not. If your sheet is wider than A4 or Letter, content gets clipped or wraps awkwardly. Switching to landscape, using Fit to Page, or choosing a converter that auto-detects wide sheets fixes this.
How do I stop columns from being cut off in the PDF?
Three options: switch orientation to landscape, use Excel's Fit Sheet on One Page scaling (Page Layout → Width → 1 page), or use a converter like excel-to-pdf.app that automatically switches to landscape when it detects a wide sheet.
Does the online converter preserve merged cells?
Yes. The browser-based converter at excel-to-pdf.app reads the workbook structure including merged cell ranges and renders them as spanning table cells in the PDF. Column widths are calculated proportionally to match the original layout.
Can I convert Excel to PDF without losing formatting on Mac?
Yes. The Fit to Page and Print Area techniques work in Excel for Mac. Alternatively, use the browser-based converter at excel-to-pdf.app — it runs on any OS and handles formatting automatically.
Why are my number formats (currency, dates) wrong in the PDF?
Some converters read raw cell values instead of formatted values. Excel's built-in export and the converter at excel-to-pdf.app both respect number formats. If you see raw serial numbers instead of dates, switch to a tool that reads the format codes.