> ## Documentation Index
> Fetch the complete documentation index at: https://vatextract.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations Overview

> Connect VATextractto your existing tools

Export your extracted invoice data to the platforms you already use. No vendor lock-in.

## Available Integrations

<CardGroup cols={2}>
  <Card title="Excel & CSV" icon="file-excel" href="/docs/integrations/excel-csv">
    Download invoices as Excel workbooks or CSV files for spreadsheet analysis.
  </Card>

  <Card title="Airtable" icon="database" href="/docs/integrations/airtable">
    Sync invoices directly to your Airtable bases with custom field mapping.
  </Card>

  <Card title="Google Sheets" icon="table" href="/docs/integrations/google-sheets">
    Real-time sync to Google Sheets for collaborative workflows.
  </Card>

  <Card title="REST API" icon="code" href="/docs/api-reference/introduction">
    Full programmatic access for custom integrations.
  </Card>
</CardGroup>

## Coming Soon

<CardGroup cols={3}>
  <Card title="Xero" icon="circle-nodes">
    Accounting software integration
  </Card>

  <Card title="Sage" icon="calculator">
    Direct invoice import
  </Card>

  <Card title="Zapier" icon="bolt">
    Connect to 5,000+ apps
  </Card>
</CardGroup>

## Export Formats Comparison

| Feature        | Excel              | CSV        | Airtable | Google Sheets |
| -------------- | ------------------ | ---------- | -------- | ------------- |
| Line items     | ✓ (separate sheet) | ✓ (inline) | ✓        | ✓             |
| Bulk export    | ✓                  | ✓          | ✓        | ✓             |
| Auto-sync      | ✗                  | ✗          | ✓        | ✓             |
| Field mapping  | ✗                  | ✗          | ✓        | ✗             |
| Offline access | ✓                  | ✓          | ✗        | ✗             |
