Runs locally — your files are never uploaded

PDF to Excel Converter

Upload a PDF to extract its text into rows and columns, downloadable as an Excel spreadsheet.

This tool uses text position on the page to reconstruct rows and columns. It works best for simple, well-structured tables — complex multi-column layouts or scanned PDFs may not convert cleanly.

How to use the PDF to Excel Converter

  1. Upload the PDF file containing the table or data you want to extract.
  2. Click "Convert & Download Excel."
  3. The tool analyzes the position of text on each page to reconstruct rows and columns.
  4. The extracted data downloads automatically as an .xlsx spreadsheet.

About the PDF to Excel Converter

Pulling tabular data out of a PDF is a frustrating, very specific problem — the numbers and text are right there on the page, but a PDF has no real concept of "rows" and "columns" the way a spreadsheet does. It's just text positioned at coordinates on a page. Retyping a data table by hand from a PDF report is tedious and error-prone, especially for anything more than a few rows.

This tool takes a heuristic approach to solving that problem: it reads the exact position of every piece of text on each page of your PDF, groups text that sits at roughly the same vertical position into a row, and then splits each row into separate columns wherever it detects a significant horizontal gap between pieces of text — the same visual cue a human reader uses to tell that two numbers belong in different columns rather than being one long number. The reconstructed rows and columns are then written into a genuine Excel spreadsheet file.

This approach works well for PDFs with clean, simple table structures — a straightforward grid of data with consistent spacing. It works less reliably on complex multi-column page layouts, tables with merged cells, or scanned PDFs (which have no underlying extractable text at all, just an image). For those trickier cases, treat the output as a useful starting point that may need some manual cleanup in Excel afterward, rather than a perfect one-to-one reconstruction. Because everything runs locally, your PDF is never uploaded to a server during extraction.

Frequently asked questions

How does this tool decide what counts as a new column?+
It measures the horizontal gap between pieces of text on the same line — when that gap is wider than what's typical for normal spacing between words, it's treated as a boundary between two separate columns.
Will this work on a scanned PDF?+
No, this tool relies on extracting existing digital text from the PDF. A scanned document has no underlying text layer to extract from, only an image, so results would be empty unless the PDF has already been through OCR.
What if my table has merged cells or a complex layout?+
Merged cells and unusual layouts can confuse the row/column detection, since it relies on consistent spacing patterns. Simple, evenly spaced tables convert most reliably.
Can I choose which page's table gets extracted?+
This tool processes every page of the uploaded PDF and includes all detected rows in the output spreadsheet, in page order.

Related tools