Convert Excel to PDF Free

Convert Excel spreadsheets (.xlsx, .xls) to PDF in seconds. Preserves columns, formulas, charts. Free, no watermark, no signup.

Key Features

About Excel To PDF

Excel to PDF converts .xlsx and .xls spreadsheets into PDF documents in your browser using SheetJS for parsing and pdf-lib plus html2canvas for rendering. It handles multi-sheet workbooks (each sheet becomes one or more pages), preserves cell styling (bold, italic, background colors, borders, number formats), and correctly renders merged cells without losing data. The conversion runs entirely client-side — the spreadsheet is parsed locally, rendered to canvas, and written to a PDF stream without touching any server.

The hardest part of Excel-to-PDF conversion is faithfully rendering formulas, number formats, and merged cell layouts. This tool resolves formula values at conversion time (you see the computed result, not the formula string), applies the same date, currency, and percentage formatting as Excel (1234.5 shows as $1,234.50 in USD cells), and handles frozen rows/columns by unfreeting them and rendering the full sheet. Print area settings embedded in the workbook are respected — if you defined a print area in Excel, only those cells convert.

Who Uses This Tool

How to Use Convert Excel to PDF Free

  1. Step 1: Drop your .xlsx or .xls file into the upload zone. The tool reads the workbook and lists all sheet names.
  2. Step 2: Select which sheets to include — all sheets, a subset, or a single sheet.
  3. Step 3: Choose paper size (A4 or Letter), orientation (portrait or landscape), and whether to scale to fit page width.
  4. Step 4: Click Convert to PDF. Rendering typically takes 2-5 seconds per sheet depending on complexity.
  5. Step 5: Download the PDF. Check that column widths, row heights, and merged cells look as expected before sending.

Frequently Asked Questions

Are my Excel formulas preserved in the PDF?

The computed values are preserved — what you'd see in the cell in Excel. The underlying formula strings are not carried into the PDF (PDFs are display-only formats). If you need the formulas accessible later, keep the original .xlsx file.

What happens to charts and graphs in the spreadsheet?

Charts are rendered as images at the position they appear in the sheet. Chart fidelity depends on the chart type — standard bar, line, and pie charts render cleanly. Complex chart types (bubble, radar, stock) may render with minor layout differences.

Why do some cells show ##### in my PDF?

That means the column was too narrow in the original file to display the cell value — Excel shows ##### as a warning. Widen the column in Excel before converting, or enable the fit-to-page-width option which auto-scales columns.

Can I convert password-protected Excel files?

Only if you know the password. The tool asks for the workbook password when it detects one. If you supply the correct password, the file decrypts in the browser and converts normally. Passwords are never sent anywhere.

How do I convert just one sheet from a multi-sheet workbook?

After uploading, the tool shows all sheet names with checkboxes. Uncheck the sheets you don't need and check only the target sheet before clicking Convert.