Excel to PDF Converter
Upload an Excel file (.xlsx or .xls), review a summary of its sheets, and download a paginated PDF with each sheet's content turned into a table. Reading the Excel file uses the xlsx library and PDF generation uses html2canvas and jsPDF, all in your browser, without uploading your file to any server.
How it works
- Select an .xlsx or .xls file from your device.
- The xlsx library reads every sheet in the workbook and converts them into a text grid; a summary shows the row and column count for each sheet.
- When you click 'Convert to PDF', each sheet is rendered as an HTML table inside an invisible container with a fixed A4-page width.
- html2canvas captures that container as a high-resolution image, which is sliced into strips the height of an A4 page.
- jsPDF assembles those strips into a paginated PDF, which downloads automatically as spreadsheet.pdf.
Use cases
- Convert a spreadsheet with data or budgets to PDF before emailing it.
- Share an Excel file's content as a PDF so it looks the same on any device, without needing Excel installed.
- Generate a read-only copy of a multi-sheet workbook before archiving it.
- Produce a PDF of a list or inventory in Excel to print or present in a meeting.
Use cases
- Convert a spreadsheet with data or budgets to PDF before emailing it.
- Share an Excel file's content as a PDF so it looks the same on any device, without needing Excel installed.
- Generate a read-only copy of a multi-sheet workbook before archiving it.
- Produce a PDF of a list or inventory in Excel to print or present in a meeting.
Common mistakes
- Expecting the downloaded PDF to have selectable text or content you can copy and paste.This tool generates the PDF from a rendered image of each sheet, so the text isn't selectable; if you need selectable text, export to PDF directly from Excel with File → Save as PDF.
- Uploading a workbook with very wide sheets (many columns) expecting all columns to fit legibly within an A4 page width.Each sheet is rendered at a fixed A4-page width; sheets with many columns may show very small or cramped text, since the tool doesn't automatically spread content across multiple landscape pages.
- Expecting formulas, cell formatting, colors, or charts from the original Excel file to be preserved.Only each cell's text value is kept in a simple table; formulas, conditional formatting, colors, and charts from the original file aren't reproduced in the PDF.
Frequently asked questions
No. Only each cell's text value is extracted; formulas, colors, conditional formatting, and charts aren't included in the PDF.
All sheets are included in the same PDF, each as an independent table with its name as a heading.
No, the PDF is generated from an image capture of the rendered content, so text isn't selectable or searchable.
No. Reading the file with the xlsx library and generating the PDF happen entirely in your browser.
Alternatives
Microsoft Excel or Google Sheets let you export directly to PDF from the program itself, preserving the original formatting better. This tool is convenient when you don't have Excel installed or want a quick, free conversion from your browser, without uploading your file to an external server.