How to Convert an Excel Spreadsheet to PDF for Printing or Sharing
3 min read
Sending a raw .xlsx file to someone outside your organization is a small gamble — you don't know if they have Excel, what version, or whether your formulas and formatting will survive being opened somewhere else. A PDF sidesteps all of that: it shows exactly what you intended, with no dependency on the recipient's software.
How sheets map onto PDF pages
Each sheet in your workbook becomes its own page (or pages, if a sheet is too large to fit on one), in the same order the sheets appear in the file. If your workbook has a summary sheet followed by monthly detail sheets, the PDF preserves that exact structure — nothing gets reordered or merged together.
What happens to formatting
Cell colors, borders, fonts, and number formatting (currency symbols, decimal places, date formats) all carry over as they appear in Excel. What doesn't carry over is interactivity — formulas convert to their displayed result, not the underlying calculation, and there's no way to click a cell in a PDF to see what formula produced it. That's expected: a PDF is a snapshot, not a working spreadsheet.
Wide tables and printing
A common frustration with spreadsheet-to-PDF is a wide table getting sliced across multiple pages, with half the columns on one page and half on the next. Wide sheets are instead scaled down to fit the page width, so every column stays visible on one page — readable at a slightly smaller size rather than split apart, which matters if you're planning to print and hand it to someone in a meeting.
Ready to try it yourself?
Open Excel to PDF