Tools
PDF to Excel
Detect tables in a PDF and export them as an .xlsx workbook.
Bank statements, invoices, and price lists convert cleanly. Complex reports with merged cells may need touching up in Excel.
How it works
- Text runs are extracted with their positions.
- Rows are grouped by y-coordinate proximity.
- Columns are inferred from x-position histograms.
- Cells are snapped to the nearest column and written to a workbook.
Multiple tables per page
Each detected table becomes a separate sheet in the workbook. Sheets are named after the page number and detection index.
Last updated July 27, 2026 Edit on GitHub