PDF to Excel Known limits
Extract tables from a PDF into an Excel spreadsheet.
How to pdf to excel
- Open a PDF with tables.
- Choose lattice mode for tables with visible borders, or stream mode for whitespace-separated columns.
- Extract, review carefully, then download the XLSX.
About this tool
Extracting a table from a PDF into a spreadsheet is one of the most-requested PDF operations, and one of the most reliably disappointing. The gap between what users expect and what is actually possible follows directly from how PDFs work: a bordered table in a PDF is a set of lines and character positions, not a data structure with rows and columns. Inferring the data structure from the geometry is the problem, and it works well only when the geometry is clean and consistent.
Lattice mode — following the drawn border lines — is more reliable than stream mode when borders are present. The output should be treated as a starting point requiring review, not a clean extraction. For a table where accuracy matters, spot-check every row against the source PDF.