Blog Document Converters How to Share Excel Spreadsheet...
How to Share Excel Spreadsheets as PDFs (Without Losing Your Charts)
Document Converters Mar 29, 2026 7 min read 127 views

How to Share Excel Spreadsheets as PDFs (Without Losing Your Charts)

You built a spreadsheet with charts, conditional formatting, and pivot tables. Now you need to share it with someone who does not have Excel or should not see the underlying formulas. Converting to PDF is the answer, but the default export settings produce terrible results. Here is how to do it properly.

D
Dorothy
Author

Spreadsheets are working documents. They have formulas that reference other sheets, helper columns with intermediate calculations, and cells that look empty but contain IF statements waiting for data. Sending someone an XLSX file gives them access to all of this. Sometimes that is fine. Often it is not.

Converting to PDF solves the access problem: the recipient sees the data and charts but not the formulas, linked workbooks, or hidden columns. The document looks the same on every device regardless of whether the recipient has Excel. And nobody accidentally overwrites cell B14 and breaks every calculation in the workbook.

The trouble is that spreadsheets and PDFs are fundamentally different. A spreadsheet is a dynamic grid that can be as wide and as tall as the data requires. A PDF is a fixed-size page. Getting a wide, data-dense spreadsheet onto letter-size or A4 pages without losing readability or cutting off columns takes some preparation.

The Default Export Produces Bad Results

If you open an Excel file and immediately click Save As PDF without adjusting anything, you will likely get a PDF where columns are cut off at the right edge, data spills across too many pages, charts are tiny or positioned awkwardly, and headers only appear on the first page.

This happens because Excel's default page setup rarely matches your data. The default is Letter size paper, portrait orientation, 100 percent scaling, no print area defined, and no repeating headers. For a spreadsheet with 15 columns and 200 rows, these defaults produce a multi-page PDF where each page shows a slice of your data with no context about what the columns are.

The fix takes about two minutes of preparation before you export.

Setting Up Your Spreadsheet for PDF Export

Step 1: Define the print area. Select the range of cells you want in the PDF. Go to Page Layout > Print Area > Set Print Area. This tells Excel to only export these cells, ignoring everything else in the sheet. If you have helper columns, scratch data, or notes outside your main table, this keeps them out of the PDF.

Financial documents and papers on office desk

Step 2: Set repeating headers. Go to Page Layout > Print Titles. Click in the "Rows to repeat at top" field and select your header row. Now every page of the PDF starts with column labels. This is the single most important setting for multi-page spreadsheets. Without it, pages 2 through 10 are walls of numbers with no column identification.

Step 3: Choose the right orientation. Portrait works for spreadsheets with fewer than 6-7 columns. Landscape is better for wider data. Most business reports with 8-15 columns look best in landscape. You will find this under Page Layout > Orientation.

Step 4: Adjust scaling. In Page Layout > Scale to Fit, you can set Width to 1 page to force all columns onto a single page width. Leave Height set to Automatic so the data flows to as many pages as needed vertically. The automatic scaling shrinks your content to fit. Check the resulting percentage at the bottom of the Scale to Fit group. If it drops below 60-65 percent, the text will be too small to read. In that case, remove some columns from the print area or split the export into multiple PDFs.

Step 5: Preview before exporting. File > Print shows you exactly what each page will look like. Scroll through all pages. Look for awkward page breaks that split a section header from its data, columns that are too narrow to read, and charts that are positioned poorly. Fix layout issues now, not after the PDF is generated.

Handling Charts in the PDF

Charts are the element that trips people up the most. A chart that looks perfect on screen can appear blurry, cropped, or completely absent in the PDF depending on how you export.

Embedded charts vs. chart sheets. Charts embedded in a worksheet (sitting on top of the cell grid) export as part of the page content. The chart appears wherever it is positioned relative to the cells. Chart sheets (full-page charts on their own tab) export as separate pages in the PDF. If your chart is on a chart sheet, make sure that sheet tab is selected when you export.

Resolution matters. When you use Save As > PDF, Excel renders charts as vector graphics, which look sharp at any zoom level. When you use Print > Microsoft Print to PDF, charts are rasterized at the printer's DPI setting. If the DPI is set to 150 (a common default), your charts will look blurry when the recipient zooms in. Always prefer Save As PDF over Print to PDF when charts matter.

Chart sizing. If a chart extends beyond the print area, it may be cropped or omitted. Resize the chart so it fits entirely within the defined print area. For important charts, position them immediately below the data they reference so they appear on the same page or the next page in the PDF.

You can convert Excel files to PDF online if you do not have Excel installed. Online converters handle embedded charts, formatting, and multi-sheet workbooks. The quality depends on the converter's rendering engine, but for standard charts (bar, line, pie, scatter), most converters produce good results.

Page Break Strategy for Long Reports

Excel inserts automatic page breaks based on the paper size and scaling settings. These automatic breaks do not care about your data's logical structure. A page might break in the middle of a group of related rows, separating a subtotal from the data it summarizes.

Manual page breaks give you control. Click the row where you want a new page to start, then go to Page Layout > Breaks > Insert Page Break. Do this before section headers, summary tables, and charts that should start at the top of a fresh page.

Page Break Preview (View > Page Break Preview) shows you a zoomed-out view of your spreadsheet with blue lines indicating where pages break. You can drag these lines to adjust breaks visually. This is the fastest way to get page breaks right for long reports.

What Gets Lost in Conversion

PDF is a snapshot format. It captures how the spreadsheet looks at one moment in time. Several Excel features do not survive the conversion:

Excel Feature In PDF? Notes
Cell values and text Yes Displayed values only, not formulas
Cell formatting (colors, borders, fonts) Yes Preserved accurately
Charts and graphs Yes Vector quality with Save As PDF
Conditional formatting Visually yes Current state captured; rules lost
Formulas No Only results are shown
Hyperlinks Depends Save As PDF preserves them; Print to PDF may not
Drop-down lists No Current selection shown as static text
Sparklines Yes Rendered as images in the PDF
Pivot table interactivity No Current view is captured as a static table
Hidden rows/columns No (hidden) Hidden content is excluded from the PDF
Comments and notes Optional Can be printed at end of sheet if enabled

The loss of formulas and interactivity is usually the entire point of converting to PDF. You want to share results, not mechanisms. But if the recipient needs to work with the data (filter, sort, run their own calculations), send them the Excel file instead of or in addition to the PDF.

When to Use PDF vs. Other Sharing Methods

Use PDF when: the document is final and should not be edited, the recipient may not have Excel, you need the output to look identical on every device, or you want to protect formulas and source data from being visible.

Use Excel (.xlsx) when: the recipient needs to work with the data, the spreadsheet contains dynamic elements like pivot tables or slicers, or collaboration and editing are expected.

Use Google Sheets sharing when: multiple people need to view or edit the data simultaneously, you want to control access permissions (view-only, comment, edit), or versioning history matters.

The two minutes spent setting up print area, repeating headers, orientation, and scaling is the difference between a professional-looking PDF report and a mess of cut-off columns and orphaned data. Do the preparation, preview every page, and the export itself is a single click.