Extract tables and data from PDF files into editable Excel spreadsheets (.xlsx). OCR support for scanned PDFs. Accurate table detection - free, no email, no signup.
Select a PDF to extract tables to Excel
Drag & drop your .pdf file here
.pdf supported · Up to 100 MB
How it works
No software to install. Works on any device with a modern browser - desktop, tablet or mobile.
Click "Select PDF file" or drag and drop your .pdf file. Works best with PDFs that contain structured tables with visible borders.
Our engine scans every page and identifies table structures. Each page's tables are extracted into a separate sheet named Page 1, Page 2 and so on.
Click "Convert to Excel" and your .xlsx file is ready in seconds. Open it in Microsoft Excel, Google Sheets or LibreOffice Calc - fully editable.
Why SupaPDF
Trusted by developers and businesses worldwide for reliable, structured data extraction.
Powered by pdfplumber, our engine identifies table structures across every page - borders, merged headers, multi-row cells - and maps them directly to spreadsheet rows and columns.
All uploads use encrypted HTTPS. Your files are permanently deleted from our servers immediately after your download is complete.
The output .xlsx file is fully compatible with Microsoft Excel (2007+), Google Sheets and LibreOffice Calc. Sort, filter and add formulas freely.
Automate PDF-to-Excel extraction in your own apps using our REST API. Process batches of PDFs and retrieve structured table data programmatically.
Developer API
Use the SupaPDF REST API to extract PDF tables to Excel programmatically. Process any number of files in your pipeline.
curl -X POST https://api.supapdf.com/v1/jobs \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"tag": "pdf-to-excel-job",
"tasks": {
"upload-1": {
"operation": "import/upload"
},
"convert": {
"operation": "pdf_to_excel",
"input": ["upload-1"],
"options": {}
},
"export-result": {
"operation": "export/url",
"input": ["convert"]
}
}
}'FAQ
Common questions about converting PDF tables to Excel spreadsheets.
Ready to convert your PDF to Excel?
Free to use · No account required · Instant download