PDF Vector

Excel Q&A API for developers

Ask questions and get AI-powered natural language answers from any Excel spreadsheet. Perfect for data understanding, analysis, and conversational Q&A.

  • Natural Language ResponsesGet human-readable answers in markdown format, perfect for conversational AI applications
  • Context-Aware UnderstandingAI analyzes the full spreadsheet to provide accurate, contextual answers to your data questions
  • Simple IntegrationClean REST API and TypeScript SDK for easy integration into any application

Easy to use APIs

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

Excel Ask

API Docs
import { PDFVector } from "pdfvector";

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

// From URL
const results = await client.ask({
  url: "https://example.com/spreadsheet.xlsx",
  prompt: "What is the total revenue for Q1 2024?"
});

// From file
import { readFile } from "fs/promises";
const results = await client.ask({
  data: await readFile("spreadsheet.xlsx"),
  contentType: "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
  prompt: "What is the total revenue for Q1 2024?"
});

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

AI-Powered Spreadsheet Q&A

Transform your Excel files into intelligent conversational interfaces. Our AI understands formulas, data relationships, and context to provide accurate answers.

Get started

Advanced AI Understanding

State-of-the-art language models analyze your entire spreadsheet to provide contextual, accurate answers to complex questions about your data.

Natural Language Responses

Get human-readable answers in clean markdown format. Perfect for chatbots, business intelligence systems, and conversational interfaces.

Full Spreadsheet Context

Our AI reads the entire workbook, understanding formulas, relationships between sheets, and data dependencies to provide comprehensive answers.

Intelligent Data Analysis

Beyond simple Q&A - get summaries, trend analysis, key insights extraction, and data interpretations from your spreadsheets automatically.

Example Output

Real examples of questions and AI-generated answers from Excel spreadsheets

Original Document

Income statement

Output

AI-generated answer to your question

Question

Summary this document.

Answer

Here’s a concise summary of the income statement (FYXX Q2, amounts in USD):

- Statement header: FYXX Q2 (entity named on the statement).  
- Net sales: $500,654  
- Cost of goods sold (COGS): $75  
- Gross profit: $500,579 (≈ 99.99% gross margin)  
- Total operating expenses: $474,171  
  - Largest expense: Wages $455,551 (≈ 96.0% of total expenses; ≈ 91.0% of sales)  
  - Other notable operating costs: Miscellaneous $4,767; Repairs & maintenance $4,564  
- Net operating income: $26,408 (≈ 5.28% of sales)  
- Other income:
  - Gain on sale of assets: $25,112
  - Interest income: $12,321
  - Total other income: $37,433
- Net income: $63,841 (≈ 12.76% net margin)

Key observations: COGS is negligible ($75), so wages are the primary cost driver; operating expenses consume most of gross profit, but other income (asset gain + interest) lifts the company to a positive net income of $63,841.

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 to Make Your Spreadsheets Conversational?

Transform your Excel spreadsheets into intelligent, conversational data sources. Start asking questions and getting natural language answers in minutes.

No setup fees • Integrate in minutes • Cancel anytime

Frequently asked questions