PDF to Excel converter
Convert PDF tables to Excel in your browser. Rows and columns are rebuilt from where the text sits on the page, one sheet per page, with nothing uploaded.
Drop files here
or
Accepts .pdf · Up to 20 files at a time · up to 80 MB each "Upload" and "download" here mean your browser reading a file from this device and writing one back to it. Nothing is sent to a server — open your browser's network panel and watch: no request carries your file.
FAQ
How can it find tables when a PDF has no tables?
It cannot read them, so it measures them. A PDF stores glyph runs with a position each — the ruled lines you see are separate drawing operations, and nothing in the file says a cell exists. Rows come from shared baselines, which is how the page was typeset. Columns come from the horizontal span each cell occupies: cells whose spans overlap are the same column, and a span that recurs on several rows is a column rather than an indent.
Can I add up the numbers afterwards?
Yes — a cell that holds a plain number is stored as a number, not as text, so SUM works on the column straight away. The source's decimal places are kept as a display format, so a price written 48.50 still reads 48.50 rather than 48.5. What deliberately stays text is anything where the formatting is information: a leading zero, a thousands separator, a date, a phone number. Coercing those would quietly destroy them.
Why is each page its own sheet?
Because a page break in a report is usually a table break, and the header row repeats on the next page. Two sheets are easy to join if they turn out to be one table; a single sheet with header rows buried in the middle of it is not easy to take apart.
What happens to a page that is not a table?
It comes back as one column of lines. That is deliberate: inventing columns from a paragraph that happens to be indented would produce a grid that looks like a table, and someone would trust it. A page only becomes a grid when at least two column positions recur across several rows.
Which tables does it get wrong?
Three kinds, all for the same reason — the geometry is ambiguous. A cell whose text wraps onto a second line becomes a second row, because the two lines share nothing but their column. A merged cell lands in the first column it spans. And a cell that is empty in the PDF is empty here, so a table that relies on blank cells to mean "same as above" arrives with the blanks.
Does it work on a scanned table?
No, and it says so rather than returning something plausible. Recognition gives one line of text per detection box, and those boxes merge neighbouring cells often enough that the grid would be wrong in ways that are hard to spot. Running OCR PDF first makes the text extractable, but a scanned table is the case to check by hand whatever tool you use.
Is it really free?
Yes — every conversion on this site, with no account, no watermark and no daily cap. The work happens on your own device, so there is no server bill for us to pass on to you.
Do I need to install anything?
No. It runs in any modern browser, on Windows, macOS, Linux, Android and iOS. There is nothing to download and nothing to sign up for, and once the page has loaded it keeps working with the network switched off.
Related converters
- PDFtoPNGRenders each page as PNG; several pages come back as a ZIP
- PDFtoJPGRenders each page as JPG; several pages come back as a ZIP
- PDFtoWordRebuilds headings, paragraphs, ruled tables and pictures as an editable Word fileAI text recognition, on your device
- PDFtoPowerPointOne slide per page, each a picture of it — the text is not editable
- PDFtoTXTPulls out the text layer, or reads a scan on your deviceAI text recognition, on your device
- PDFtoMarkdownRebuilds headings, paragraphs, bullets and ruled tables as Markdown textAI text recognition, on your device
PDF tools
- Compress PDFMake a PDF smaller by re-encoding the images inside it.
- Split PDFCut one PDF into several — one file per page, one every few pages, or by the ranges you type.
- Extract PDF pagesPull the pages you need into a new PDF and leave the rest behind.
- Rotate PDFTurn sideways or upside-down pages the right way up and save the result.