Turning a spreadsheet into a PDF without the columns getting cut off
September 28, 2026 · 3 min read
A spreadsheet that looks complete on screen turns into a PDF where the rightmost columns have simply vanished, or spill onto a second page with no way to see them alongside the first — a familiar frustration for anyone converting a wide report or budget for someone who doesn't have the original file.
Why this happens
A spreadsheet doesn't have a fixed page size the way a document does — you can scroll sideways forever on screen, but a printed page is a fixed physical width, and something has to decide how the columns fit into that width. If nothing has been configured to handle that decision, columns simply get cut off at whatever the default page boundary happens to be.
Fixing it before converting, not after
- Set the print area to only the columns and rows that actually need to be in the output, rather than converting the entire sheet including empty columns far to the right.
- Use "fit to width" in your spreadsheet's page setup, which scales the printed content down to fit the page width instead of cutting it off — the tradeoff is smaller text on a very wide sheet.
- For a genuinely wide table, switch the page orientation to landscape before converting, which roughly doubles the usable width compared to portrait.
What Excel to PDF does with that setup
Excel to PDF renders your spreadsheet using its existing print area and page setup, the same way printing to paper would — entirely in your browser, without uploading the file. Because the tool respects whatever page configuration is already in the spreadsheet, fixing the column-cutoff problem is really about setting up the print area and orientation correctly in the source file first, not something a converter can guess correctly on its own.
Convert a spreadsheet to PDF
Open Excel to PDF