Export your extracted invoice data as Excel workbooks (.xlsx) or CSV files for local analysis, backup, or import into other systems.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.
Single Invoice Export
Export one invoice with full details including line items:Excel Format
Single invoice Excel exports include two sheets:| Sheet | Contents |
|---|---|
| Invoice Details | All header fields (supplier, dates, amounts, etc.) |
| Line Items | One row per line item with description, quantity, price |
CSV Format
CSV exports include one row per line item, with invoice details repeated on each row.Bulk Export
Export multiple invoices at once:Bulk exports create one row per invoice (no line items). Use single invoice export for full line item details.
Exported Fields
Standard Fields
| Field | Description |
|---|---|
| Invoice Number | Unique invoice identifier |
| Invoice Date | Issue date |
| Due Date | Payment due date |
| Supplier Name | Vendor/supplier company name |
| Supplier VAT | VAT/Tax ID |
| Net Amount | Pre-tax total |
| VAT Amount | Tax amount |
| Total Amount | Grand total |
| Currency | ISO currency code |
Line Item Fields
| Field | Description |
|---|---|
| Description | Product/service description |
| Quantity | Number of units |
| Unit Price | Price per unit |
| Amount | Line total |
| Product Code | SKU or product code (if available) |