One row per invoice
Use this when each row already contains the customer, invoice number, date, total, and item summary for a single invoice.
CSVLink turns a clean CSV export into finished invoices by letting you map columns to a reusable invoice layout, handle itemized rows, and export the whole batch as PDFs.
CSVLink works best when each column has one job and each invoice can be identified reliably.
Use this when each row already contains the customer, invoice number, date, total, and item summary for a single invoice.
Use a repeated invoice number when several rows belong to the same invoice and each row represents an item or service.
Readable headers like invoice_no, bill_to_name, due_date, item_description, quantity, unit_price, and total_due make mapping faster.
These are practical columns to include when your billing data starts outside an invoice app.
| Column | Purpose | Example value |
|---|---|---|
| invoice_no | Groups rows and names each invoice | INV-1048 |
| bill_to_name | Customer or company name | Acme Services LLC |
| issue_date | Invoice issue date | 2026-05-17 |
| due_date | Payment deadline | 2026-06-16 |
| item_description | Line item service or product | Monthly support retainer |
| quantity | Item quantity | 1 |
| unit_price | Price per item | 750.00 |
| total_due | Final amount due | 802.50 |
Turn clean CSV billing exports into reusable invoice PDFs with mapped fields and batch output.
Build or import the invoice layout, then connect spreadsheet columns to the exact places they belong.
Use grouped rows when one invoice needs multiple products, services, quantities, prices, or descriptions.
Yes. Upload the CSV, map its columns into your invoice template, preview the layout, and export the invoice PDFs.
Yes. Use grouped invoice mode when repeated invoice numbers represent line items for one final invoice.
No. CSVLink accepts CSV directly, although Excel files are also supported when your data is stored as XLSX.
Use the file your team already has, map the fields once, and turn the next billing batch into consistent invoice PDFs.