PDF Vector

Excel to Markdown API for developers

Convert any Excel spreadsheet to clean, structured markdown with our enterprise-grade document parser.

  • Battle-Tested Spreadsheet ParsingConvert Excel files to clean markdown, proven by Research Kick and ChatAcademia
  • Clean & Structured DataConsistent formatting for both parsed spreadsheets and table data
  • Simple IntegrationREST API or TypeScript SDK with comprehensive documentation and examples

Easy to use APIs

Use our simple APIs directly or our TypeScript SDK with just a few lines of code.

Excel Parse

API Docs
import { PDFVector } from "pdfvector";

const client = new PDFVector({
  apiKey: "pdfvector_xxxxxxx"
});

// From URL
const results = await client.parse({
  url: "https://example.com/spreadsheet.xlsx",
  useLLM: "auto"
});

// From file
import { readFile } from "fs/promises";
const results = await client.parse({
  data: await readFile("spreadsheet.xlsx"),
  contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
  useLLM: "auto"
});

What people are saying

See how PDF Vector is helping teams improve their document processing workflows

Abdo El-Mobayad

Can't recommend PDF Vector enough! It boosts your AI workflow accuracy to 100% while dropping your costs! Especially if you're a T4 Org in the $150/m spend range!

Abdo El-Mobayad

Trent

Gotta give a shoutout to PDF Vector team for helping me set up PDF Vector for a project. They even delivered on a feature request before I purchased. Incredible customer service. 👏

Trent

Praneeth Pike

Been implementing RAG and changing a lot of things under the hood for @rabbitholesai, came across PDF Vector and it was a huge time saver. I got a document parsing solution for the rag pipeline within minutes! one less thing to worry about

Praneeth Pike

Excel to Markdown API for Developers

Convert any Excel spreadsheet to clean, structured markdown with our enterprise-grade document parser.

Get started

Accurate Spreadsheet Processing

Advanced parsing algorithms that handle complex Excel files correctly. Preserves data structure, formulas, and formatting with precision.

Production-Ready Performance

Built for scale and reliability. Fast processing times with consistent results, trusted by applications serving thousands of users.

Battle-Tested Reliability

Proven in production by document-heavy products like Research Kick and ChatAcademia. Handles edge cases and diverse Excel formats with confidence.

Fair & Transparent Pricing

Straightforward pricing that scales with your needs. Pay only for what you use - no hidden fees, no surprises.

Example Output

Real examples of clean markdown extracted from Excel spreadsheets

Original Document

Income statement

Parsed Markdown

Clean, structured output

# Income statement 

| Income Statement |  |  |  |
| :--: | :--: | :--: | :--: |
|  | Quinn Campbell |  | FYXX Q2 |
|  | Financial statements in U.S. dollars |  |  |
|  | REVENUE |  |  |
|  | Gross sales | 500,654 |  |
|  | Less: sales returns and allowances |  |  |
|  | Net sales |  | \$500,654 |
|  | COST OF GOODS SOLD |  |  |
|  | Beginning inventory | 123 |  |
|  | Add: Purchases | 65 |  |
|  | Freight-in | 2 |  |
|  | Direct labor | 12 |  |
|  | Indirect expenses | 5 |  |
|  | Inventory available | 207 |  |
|  | Less: ending inventory | 132 |  |
|  | Cost of goods sold |  | \$75 |
|  | Gross profit (loss) |  | \$500,579 |
|  | EXPENSES |  |  |
|  | Advertising | 332 |  |
|  | Amortization | 211 |  |
|  | Bad debts | 231 |  |
|  | Bank charges | 423 |  |
|  | Charitable contributions | 231 |  |
|  | Commissions | 242 |  |
|  | Contract labor | 560 |  |
|  | Depreciation | 445 |  |
|  | Dues and subscriptions | 546 |  |
|  | Employee benefit programs | 468 |  |
|  | Insurance | 464 |  |
|  | Interest | 872 |  |
|  | Legal and professional fees | 134 |  |
|  | Licenses and fees | 546 |  |
|  | Miscellaneous | 4,767 |  |
|  | Office expenses | 125 |  |
|  | Payroll taxes | 451 |  |
|  | Postage | 654 |  |
|  | Rent | 415 |  |
|  | Repairs and maintenance | 4,564 |  |
|  | Supplies | 54 |  |
|  | Telephone | 654 |  |
|  | Travel | 122 |  |
|  | Utilities | 455 |  |
|  | Vehicle expenses | 654 |  |
|  | Wages | 455,551 |  |
|  | Total expenses |  | \$474,171 | |  Net operating income |  | $\$ 26,408$ |   |
| --- | --- | --- | --- |
|  OTHER INCOME |  |  |   |
|  Gain (loss) on sale of assets | 25,112 |  |   |
|  Interest income | 12,321 |  |   |
|  Total other income | 20,021 | $\$ 37,433$ |   |
|  Net income (loss) |  | $\$ 63,841$ |   |

# Variables

|  Example | FALSE  |
| --- | --- |
|  Shading | FALSE  |
|  Series | OfficeReady 3.0  |
|  Look | 1  |

One subscription, all APIs

Start for free, then scale as you grow. No hidden fees.

Save one month

Free

$0

Credit Card Required

Perfect for testing and small projects

  • Access to all APIs
  • 100 credits
Subscribe to Free

Basic

$23/month

$275 billed annually

Great for personal projects and small businesses

  • Access to all APIs
  • 3,000 credits
Subscribe to Basic
Most Popular

Pro

$89/month

$1067 billed annually

Most popular plan for growing businesses

  • Access to all APIs
  • 100,000 credits
Subscribe to Pro

Enterprise

$457/month

$5489 billed annually

For large-scale applications and enterprises

  • Access to all APIs
  • 500,000 credits
Subscribe to Enterprise

Ready for Reliable PDF Parsing?

Join the developers who trust PDF Vector for accurate, consistent PDF parsing. Battle-tested reliability with simple integration - start building with confidence today.

No setup fees • Integrate in minutes • Cancel anytime

Frequently asked questions