PDF to Excel
/install pdf-to-xlsx
PDF to Excel
What It Does
Extracts tables and text from a PDF into an Excel workbook. Each page becomes a separate sheet. Uses PyMuPDF table detection with fallback to line-by-line text extraction.
When to Use
- Extract tabular data from PDF invoices or reports
- Convert PDF financial statements to Excel
- Pull structured data from PDF tables
Required Inputs
Provide one of:
url— public URL to a PDFfile— base64-encoded PDF- Multipart upload with
filefield
Authentication
Send your API key in the CLIENT-API-KEY header.
Get your free API key at https://pdfapihub.com. Full API documentation is available at https://pdfapihub.com/docs.
Use Cases
- Invoice Data Extraction — Pull line items and totals from PDF invoices into Excel for accounting
- Financial Statement Analysis — Convert PDF bank statements to Excel for analysis and reconciliation
- Report Data Mining — Extract tabular data from PDF reports for further processing
- Procurement — Convert PDF purchase orders into spreadsheets for tracking
- Tax Preparation — Extract financial data from PDF tax documents into Excel
Aliases
/v1/convert/pdf/excelis an alias
Example Usage
curl -X POST https://pdfapihub.com/api/v1/convert/pdf/xlsx \
-H "CLIENT-API-KEY: your_api_key" \
-H "Content-Type: application/json" \
-d '{ "url": "https://pdfapihub.com/sample-pdfinvoice-with-image.pdf", "output": "url" }'
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pdf-to-xlsx - After installation, invoke the skill by name or use
/pdf-to-xlsx - Provide required inputs per the skill's parameter spec and get structured output
What is PDF to Excel?
Extract tables and text from a PDF into an Excel workbook (XLSX). Each page becomes a separate sheet. It is an AI Agent Skill for Claude Code / OpenClaw, with 74 downloads so far.
How do I install PDF to Excel?
Run "/install pdf-to-xlsx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PDF to Excel free?
Yes, PDF to Excel is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PDF to Excel support?
PDF to Excel is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PDF to Excel?
It is built and maintained by Rishabh Dugar (@rishabhdugar); the current version is v1.0.0.