iLoveDXF

PDF to Excel

Extract tables from a PDF's text layout into an Excel workbook, one sheet per page — entirely in your browser.

This uses each word's position to guess rows and columns — it isn't true table-structure detection, so complex or multi-column layouts may not line up perfectly. Review the preview before downloading.

The PDF is processed in your browser — nothing is uploaded until you download.

Drag & drop, or click to choose a PDF

How it helps

Extracts every page's text into a row/column grid based on word position.
Writes one Excel sheet per PDF page.
Shows a preview table so you can check the extraction before downloading.
Processed in your browser until you download.

Best practices

  • - Works best on simple grids like invoices, price lists, and reports with consistent column alignment.
  • - Multi-column page layouts (like a two-column newsletter) will not extract as a single clean table.
  • - Scanned PDFs (image-only, no embedded text) won't extract anything — OCR them first.
  • - Always check the preview — heuristic column detection can merge or split columns on unusual layouts.

Limitations

  • - This is a position heuristic, not true table-structure detection — it can't reliably handle merged cells, nested tables, or rotated text.
  • - Tables that span multiple pages are extracted as separate sheets, not stitched into one continuous table.
  • - Very dense or tightly kerned text can throw off column-gap detection.

FAQ

How does the extraction work?

It reads the exact X/Y position of every word on the page, groups words into rows by closeness in vertical position, then detects column boundaries from the horizontal gaps that repeat across rows — no real table-grid data exists in a PDF, so this is inherently a best-effort reconstruction.

Why don't my columns line up correctly?

Uneven spacing, merged cells in the source, or a non-tabular layout can confuse the column-gap heuristic. Try a PDF with more consistent alignment, or expect to touch up the result in Excel.

Does this work on scanned PDFs?

No — scanned pages have no embedded text layer to read positions from. OCR the PDF first with a tool that adds a text layer.

Is anything uploaded?

No. The PDF is processed entirely in your browser; it's only sent anywhere when you choose to download the result.