PDF → Excel
Detect rows and columns from your PDF and export them as an .xlsx workbook, one sheet per page.
How PDF to Excel works
Choose any PDF containing tabular data. Everything is processed on your device only.
We group text by vertical position to reconstruct rows, then order cells left-to-right — one sheet per page.
Get a native Excel workbook that opens in Microsoft Excel, Google Sheets, Numbers, or LibreOffice Calc.
Frequently asked
How well are tables detected?+
Row-alignment works well when the PDF has clearly separated rows. Very dense or merged-cell layouts may need light manual cleanup.
Are formulas preserved?+
PDFs don't carry formulas — only display values are exported. Cell values are also sanitized to prevent formula-injection attacks.
Does the file leave my computer?+
Never. SheetJS builds the .xlsx locally, and it's downloaded straight from your browser.
Can I merge pages into one sheet?+
Not yet — each PDF page becomes its own sheet. You can copy-paste between sheets in Excel after downloading.