Excel to PDF
Convert Excel files to PDF format.
How to Convert Excel to PDF
Select an Excel file
Click the upload area or drop an .xlsx, .xls or .csv spreadsheet.
Tables are rendered locally
Each worksheet becomes a formatted PDF table with headers, built in your browser.
Download the PDF
Save a document that looks identical everywhere and prints cleanly.
A spreadsheet has no pages until you make some
A worksheet is an unbounded grid. PDF pages are a fixed size. Converting means deciding where to cut the grid, and that decision is the entire difference between a usable document and thirty pages of fragments.
This is why spreadsheets print badly by default. A table twelve columns wide does not fit a portrait page, so it is split โ and the columns that land on page two arrive with no row labels, making them meaningless.
Fitting the width is the main decision
Landscape orientation is the first and usually sufficient fix for wide tables. Beyond that, scaling to fit the page width keeps every column together at the cost of smaller text, and there is a point past which the text is technically present and practically unreadable.
If a table cannot fit legibly, it is generally better to split it deliberately into logical groups of columns than to let an automatic split decide, since a deliberate split can repeat the identifying columns in each part.
Headers that repeat
A multi-page table needs its header row on every page. Without it, page four is a grid of numbers with no indication of what they measure, which is the single most common complaint about printed spreadsheets.
The same applies to a first column of labels on a wide table split across pages. Repeating identifiers is what keeps each page independently meaningful.
The text layer is real
The table is drawn into the PDF as text and rules rather than as a picture of a spreadsheet, so the result can be searched and copied, and the file stays small. That is worth knowing because several routes from spreadsheet to PDF produce images instead.
It also means the formatting that survives is the structural kind โ columns, alignment, headers โ rather than every visual flourish. Conditional colour and complex cell styling are not the priority here; the data is.
What does not come across
Formulas become their results, which is correct for a document but means the reader cannot see how anything was calculated. Charts, images and comments are a separate matter from the cell grid and may not be included.
Hidden rows and columns deserve specific attention before converting. Data hidden rather than deleted is a recurring source of accidental disclosure, and a conversion that includes hidden content publishes it to everyone who receives the file.
Non-English text and privacy
PDF's standard fonts cover a limited character range, so sheets containing Turkish, Greek, Cyrillic or CJK text should be checked in a real PDF viewer before being circulated โ missing glyphs appear as blanks rather than as an error.
Conversion runs in your browser. Spreadsheets hold payroll, customer records and financial data, and none of it is uploaded to a server here.