Slate PDF

Converting

How to Convert Excel to PDF Without Cutting Off Columns

Wide spreadsheets get sliced in half by default. Here is how to convert XLSX to PDF so every column stays on the page and stays readable.

Updated August 15, 20263 min read

Spreadsheets are the hardest thing to put on a page. A sheet is an unbounded grid; a page is 21 centimetres wide. Something has to give, and by default what gives is the right-hand half of your table.

Convert a spreadsheet to PDF

  1. 1Open the Excel to PDF tool and add your .xlsx or .csv file.
  2. 2Let it find the used range — the block of cells that actually contains data.
  3. 3Choose orientation. Landscape fits noticeably more columns.
  4. 4Convert, then check the far-right column is present in the output.

Why columns disappear

When the table is wider than the page, a converter has three choices: cut it off, scale it down until it fits, or spill the overflow onto extra pages. Cutting is the worst outcome and the most common default, because it is the simplest to implement. The reader has no way of knowing anything is missing.

Scaling is usually the right answer, up to a point — past roughly half size, the text stops being readable and you have traded a missing column for an illegible one.

Getting a wide table onto a page

  • Switch to landscape. It is the single biggest win and costs nothing.
  • Hide columns the reader does not need — working columns, internal IDs, scratch calculations.
  • Narrow the columns that are padded with whitespace before you convert.
  • Shorten header text; "Qty" carries the same meaning as "Quantity Ordered".
  • Split genuinely wide tables across two sheets and convert both.

What carries over from the spreadsheet

ElementResult
Cell values and number formatsPreserved — currency, dates and decimals keep their formatting
Fills, borders and font stylingPreserved
Merged cellsPreserved as merged blocks
FormulasThe computed value appears, not the formula
Charts and imagesSupport varies by tool — check the output
Multiple sheetsUsually one section per sheet, in sheet order

Check the conversion

Two checks catch nearly every problem. First, find the last column of your data in the PDF and confirm it is there. Second, read a row of numbers at 100% zoom — if you are squinting, the scale-to-fit went too far and the document needs landscape or fewer columns rather than more shrinking.

Do it now

Excel to PDF

Turn a spreadsheet (XLSX) into a PDF. It runs in this browser tab — your file is not uploaded anywhere.

Open Excel to PDF

Frequently asked questions

Why is my Excel PDF cut off on the right?+

The sheet is wider than the page and the converter cropped rather than scaled. Switch to landscape, hide unnecessary columns, or use a tool that scales the table to fit.

Why is my table tiny on a huge white page?+

The used range is much bigger than your data, usually because of a stray value far down or across the sheet. Delete it and convert again.

Do formulas convert to PDF?+

Their results do. A PDF shows values, not the formulas behind them.

Can I convert only one sheet?+

Copy the sheet you need into a new workbook and convert that. It also removes anything on the other sheets that you did not intend to share.

Does CSV convert the same way?+

Yes, though a CSV has no formatting to preserve — you get a plain table, which is often exactly what is wanted.

Keep reading