Skip to content
BabaPDF
Learn

How to convert a PDF to Excel

4 min readHow to

To turn a PDF into a spreadsheet, extract its table: the tool reads the text in your browser and infers rows and columns from where the characters sit, writing one sheet per page. It works on genuinely tabular PDFs, and never on a scan.

To turn a PDF into a spreadsheet, open PDF to Excel and let it extract the table — free, without Acrobat or a signup, and in your browser with nothing uploaded. It reads the text your PDF already stores and works out the rows and columns from where the characters sit, handing you an editable .xlsx with one sheet per page.

A dark charcoal sheet with a curling top edge, its lower half filled with neat rows and columns of small bright lime rectangles like the cells of a grid, a single wide lime bar running above them, on a pale cool grey-white background
Rows and columns are inferred from the position of the text, then written as real editable cells.

How to do it

  1. Open PDF to Excel

    Go to PDF to Excel. It runs in your browser — no account, no install, nothing to upload.

  2. Choose your PDF

    Drop in a single text-based PDF that has tables in it. A password-protected file has to be unlocked first.

  3. Convert and check

    Click Convert to Excel. Each page is scanned for rows and columns, the .xlsx downloads on its own with one sheet per page, and a note reports how many pages came through and flags any that had no selectable text. Open it and check the columns landed where you expect before you rely on the numbers.

PDF to ExcelExtract tables from a PDF into an editable Excel spreadsheet.

Does it keep the table structure?

It keeps a cleanly gridded table well and a messy one imperfectly. Rows are grouped by the baseline the characters share, and columns are found from the vertical bands of whitespace running down the page — the gaps between the columns. That whitespace method places right-aligned numbers and left-aligned labels in the correct column, which splitting each row on its gaps cannot do. A very wide line, like a title, is left out of that column-finding so it does not smear every gutter and collapse the table into one column. Borderless, merged or nested tables, and pages with more than one table, still come out rough.

What about a scanned PDF?

A scan will not convert, because it has no text to extract. The tool reads the characters a PDF already stores, and a scan is a photograph of a page with none underneath. It stops and points you to OCR PDF instead of returning an empty grid — run that to add a text layer, as in how to make a scanned PDF searchable, then convert the result.

Is it safe to convert a PDF to Excel online?

Yes, because nothing is uploaded. The whole conversion runs on your device — pdf.js reads the pages and ExcelJS writes the workbook, both in the browser tab — so a confidential PDF never leaves your computer. There is no account and no server to send a file to; a bank statement or a price list stays with you.

What you will not get back

Every value arrives as text, even the numbers — the tool recovers the characters, not the cell types, so a column of prices comes in as text you convert in Excel, and formulas, number formatting, colours and merged cells are gone. It is the data, not the styling. Very large pages are trimmed to 5,000 rows and 50 columns, and the tool tells you when it trims rather than dropping rows silently. If you only need the words rather than a grid, PDF to Text is the simpler path.

Keep reading