Excel to PDF

Drop an .xlsx / .xls / .csv file — every sheet becomes a PDF page.

Drop an Excel / CSV file

or click to browse

Choose Excel File
Converting...

Converted

How to convert Excel to PDF

  1. Upload a spreadsheet — .xlsx, legacy .xls, or plain .csv. SheetJS handles all three formats.
  2. Pick A4 or Letter paper, and Portrait or Landscape. Landscape is usually the right choice for wide tables — most financial sheets do not fit in portrait.
  3. Click Convert to PDF. Each sheet becomes one or more pages, with headers and cell borders rendered.

What you should know before converting

Formulas render as their last-computed values. Charts and embedded images come through when stored in the spreadsheet. Cell formatting — currency, dates, bold, colour — is preserved across everyday cases. Conditional formatting and pivot-table interactivity render as their final static appearance, which is what you usually want when sharing the output.

If rows run wide, landscape orientation is the fix that works for most spreadsheets; for very wide sheets, splitting into narrower column groups before converting keeps every value legible at full size instead of shrinking the text to fit.

Frequently asked

Do all sheets become pages?

Yes. Each sheet tab in the workbook becomes its own section in the PDF — Sheet1 first, then Sheet2, etc. Hidden sheets are included unless you delete them in Excel first.

My CSV has ₹ symbols, will they render?

Yes. CSV is read as UTF-8. Indian rupee, yen, euro, and pound symbols all come through correctly.

What about macros and protected workbooks?

Macros are skipped (there is no macro engine in the browser). Password-protected workbooks need to be unlocked in Excel first.

Will the PDF match Excel's print preview exactly?

Very close for normal spreadsheets — cell formatting, column widths, embedded charts, and fonts all carry over. Excel's print engine has a few decades-old edge-case features (repeating print titles, manual page-break preview, print-area overrides) that mainly matter when you are preparing a fill-in form for physical printing. For the usual "send this workbook as a clean PDF" flow, the output matches what you see on screen.

Privacy: Spreadsheets are parsed with SheetJS, rendered via html2canvas, and written with pdf-lib — all inside your browser tab. No upload, no external processing.