Answers

Excel to PDF comes out blurry — fixing image and chart quality

Short answer: Two different things make an exported PDF look soft, and they have different fixes. Excel compresses pictures on save unless you tell it not to — File → Options → Advanced → Image Size and Quality → tick “Do not compress images in file” and set Default resolution to High fidelity. And anything rendered as a bitmap rather than as vector art, which is what happens when a converter re-draws your workbook with its own engine, stays soft no matter what you do afterwards. Fix the compression first, then check what actually produced the PDF.

Fix 1: stop Excel compressing your pictures

  1. File → Options → Advanced.
  2. Under Image Size and Quality, choose the workbook in the dropdown.
  3. Tick “Do not compress images in file.”
  4. Set Default resolution to High fidelity.
  5. Save — then re-insert the logo or image. The setting applies from now on; pictures already compressed in the file stay compressed.

That last step is the one people miss. Turning compression off does not restore a logo that was already crushed when it was first pasted in.

Fix 2: insert the right kind of image

Fix 3: check who rendered the PDF

Excel draws charts as vector art when it exports, so a chart from Excel’s own exporter is sharp at any zoom. A converter that reads the .xlsx with its own parser has to re-draw everything, and chart elements commonly come back as bitmaps — this is the usual reason the same workbook looks sharp from Excel and soft from an online tool.

CrazySmartPDF exports cover and pivot pages through the copy of Excel installed on your machine, so those pages carry the workbook’s real styling — logo, borders, number formats, colours — while the engine re-lays-out the data sheets for the page. Against a re-parsing online converter that is a real difference; against Excel’s own export it is parity, and worth saying plainly. The native apps need Windows with Excel 2016+ and are free to run on your own files. See how it works.

FAQ

Why does my logo look pixelated in the PDF but fine in Excel? Excel compressed it on save. Turn off “do not compress images in file”, set high fidelity, then delete and re-insert the logo — the compression already applied is baked into the stored copy.

Why are my charts blurry after converting with an online tool? Many converters re-draw the workbook with their own renderer and rasterise chart elements. Exporting through Excel itself keeps charts as vector art.

Does increasing the PDF export quality setting help? Excel’s export does not expose a quality slider for images; the control is the image compression setting in Advanced options. Set it there, before saving.

Should I use PNG or SVG for a logo in Excel? SVG where the version supports it, since it stays sharp at any size. If it must be raster, insert it at the size it will be displayed rather than scaling a small file up.