Excel to PDF
Turn a spreadsheet into a printable PDF table, laid out in this tab.
Excel to PDF
Never uploadedYour file is processed in this tab and never sent anywhere.
How to excel to pdf
- Drop the .xlsx. Sheets are listed once the workbook is parsed.
- Pick sheet and layout. Choose which sheet, then page size and orientation.
- Download the PDF. A clean, printable table.
About excel to pdf
Spreadsheets get converted to PDF for one of two reasons: someone needs to print it and Excel's print layout is fighting them, or someone needs to send it in a form the recipient cannot accidentally edit. Both are about fixing the output. A PDF of a table looks the same to everyone, prints predictably, and does not invite anyone to change a figure.
The tool unzips the .xlsx in the tab — an Office Open XML workbook is a zip archive of XML documents — reads the sheet data and the shared string table, and lays the cell values out as a table across PDF pages with pdf-lib. Column widths are derived from the content so that long text columns get the room they need rather than every column being equal. Rows flow onto new pages as needed, with the header row repeated at the top of each so a multi-page table stays readable.
What converts is values, not the machinery behind them. A cell containing a formula is rendered as its last calculated result, which is what the file stores and what you would want printed anyway. Number formatting is preserved where it is straightforward, so dates read as dates and currency reads as currency. Conditional formatting, cell colours, charts, images, and pivot tables are not carried across — this produces a clean table of the data, not a picture of your spreadsheet as Excel draws it.
Wide spreadsheets are the practical limit. A table with thirty columns will not fit legibly on a portrait page, and forcing it produces text too small to read. Switch to landscape first. If it still does not fit, the honest answer is that the spreadsheet is wider than a page and something has to give — either split the columns across two exports, or hide the columns that are not needed for the printed version before converting.
Excel to PDF FAQ
Are formulas converted or just their results?
Their results. The workbook stores the last calculated value for each formula cell, and that value is what is rendered.
Does this support .xls as well as .xlsx?
Only .xlsx. The older binary .xls format is a different structure. Open it in Excel or LibreOffice and save as .xlsx first.
Are charts and cell colours included?
No. The output is a clean table of the cell values. Charts, images, conditional formatting, and pivot tables are not carried across.
My table is too wide for the page.
Switch to landscape orientation. If it still does not fit, hide unneeded columns before converting — a thirty-column table cannot be legible on one page.
Can I convert only one sheet?
Yes. Every sheet in the workbook is listed and you pick which one to render.
Is my spreadsheet uploaded?
No. The workbook is unzipped and parsed in this browser tab, and the PDF is generated here. Nothing is transmitted.
Related tools
- PDF to Excel Tables out of a PDF, into a real .xlsx workbook.
- Word to PDF A .docx into a clean, shareable PDF.
- PDF to CSV Table rows out of a PDF as plain CSV.
- Merge PDF Combine PDFs in any order, in this tab.
- Compress PDF Shrink a PDF for email without sending it anywhere.
- Add page numbers Number the pages, with position and format control.