PDF to Excel
What PDF to Excel actually does
A workbook whose every cell is text looks right and behaves wrong: the numbers will not sum, will not sort numerically, and will not chart. This workbench detects the table from cell alignment, shows the inferred type of each column, and writes any cell that reads as a plain decimal as a numeric cell in the .xlsx. Values with leading zeros stay text, because an account number is not a quantity. The grid is editable first, so the workbook matches what was reviewed.
How to use it
- Choose a PDF up to 60 MB and 200 pages; the table is found locally.
- Pick a page and check the per-column type badges, which read number, text, mixed, or empty.
- Correct any cell, then download the workbook; cells that read as plain decimals are stored as numbers.
Useful for
- Get a PDF table into Excel or Sheets with figures that sum and sort straight away.
- Spot the column where one stray value makes the type mixed before it breaks a formula.
- Convert financial or lab tables without uploading them to a conversion service.
Limits worth knowing
- Only plain decimals become numbers. Currency symbols, percent signs, dates and leading-zero identifiers stay text on purpose.
- One sheet is written per exported page; merged cells and multi-row headers are flattened.
- No formulas, styling, column widths or cell formats are produced; the workbook carries values only.
Questions people ask
Why do converted spreadsheets treat my numbers as text?
Most converters write every cell as an inline string, which Excel reads as text. This tool writes cells that parse as plain decimals as numeric cells instead.
Will an account number starting with zero be mangled?
No. A value with a leading zero longer than one character is kept as text, so the zero survives.
Is the PDF uploaded?
No. Detection, editing and workbook creation all happen in this browser tab with locally bundled code.