PocketPlay
中文

PDF to Excel

Pull tables out of a PDF into an Excel .xlsx workbook or CSV — rows and columns detected from the text layout.

🔒 Runs in your browser — files never leave your deviceFree · No sign-up
Drop a PDF with tables here or click to choose a file — it is read in your browser

    Table options

    Columns are found from the horizontal gaps between words. If cells get merged, choose “Split often”; if one value is torn apart, choose “Split rarely”.

    How to convert PDF tables to Excel

    1. Drop the PDF onto the box above. It is parsed locally with pdf.js — no upload, no account.
    2. Pick .xlsx for a workbook or CSV for raw data, then set how eagerly columns should split. Check the preview table underneath.
    3. Press Convert to Excel and open the downloaded file in Excel, Numbers, WPS or Google Sheets.

    FAQ

    How are rows and columns detected?

    Every character in a PDF carries an exact position. Characters sharing a baseline become one row; a horizontal gap noticeably wider than normal word spacing starts a new column. The column positions are then shared across all rows, so a missing value leaves an empty cell instead of shifting the row.

    The columns came out wrong — what do I change?

    Use the Column splitting control. “Split often” separates tight columns of numbers; “Split rarely” keeps multi-word labels such as addresses in a single cell. Borderless tables and cells that wrap onto two lines are the hardest cases and may still need a manual tidy-up.

    Can it read a scanned table?

    No. A scan contains only pixels, so there are no characters to place into cells. Run OCR on the pages first, then convert the searchable PDF here.