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
- Multi-sheet support — each sheet in the workbook converts to its own page section, with sheet name as a divider
- Formula resolution — computed values are rendered, not raw formula strings
- Number format preservation — currency, percentage, date, and custom number formats match Excel's display
- Merged cell rendering — merged cell content stays in the correct visual position
- Cell style fidelity — bold, italic, background color, border style, text alignment, font size
- Print area respect — uses the defined print range if the workbook has one set
- Fit-to-page scaling — scales columns to fit within the selected page width (A4 or Letter)
- Runs in browser via SheetJS + pdf-lib — no upload, spreadsheet stays private
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
- Finance teams converting budget models and P&L statements to PDF for board presentations
- Accountants sending client-facing financial reports that shouldn't be editable
- HR departments converting salary tables and headcount plans to PDF for distribution
- Project managers sharing Gantt charts and timelines locked in PDF format
- Sales teams converting pricing sheets to PDFs for customer proposals
- Teachers and professors converting grade books and rubric sheets for PDF distribution
How to Use Convert Excel to PDF Free
- Step 1: Drop your .xlsx or .xls file into the upload zone. The tool reads the workbook and lists all sheet names.
- Step 2: Select which sheets to include — all sheets, a subset, or a single sheet.
- Step 3: Choose paper size (A4 or Letter), orientation (portrait or landscape), and whether to scale to fit page width.
- Step 4: Click Convert to PDF. Rendering typically takes 2-5 seconds per sheet depending on complexity.
- 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.