Example: Daily Excel Report
Scenario: You receive invoices daily and manually type data into an Excel spreadsheet. Let's automate this.
The manual process (before)
- Open the invoice PDF
- Read the invoice number, date, vendor, amount
- Open your Excel spreadsheet
- Type each value into the correct column
- Repeat for every invoice
Time: 5-15 minutes per invoice. With 20 invoices/day, that's 2-5 hours of manual data entry.
The automated process (after)
Step 1: Upload your Excel template
Upload the spreadsheet you normally fill. Make sure column headers are clear:
| Invoice # | Date | Vendor | Description | Amount | Tax | Total |
|---|---|---|---|---|---|---|
Step 2: Create an extraction template
Create a template with fields matching your spreadsheet columns:
| Field | Type | Description |
|---|---|---|
| Invoice Number | Text | The invoice or reference number |
| Invoice Date | Date | Date the invoice was issued |
| Vendor Name | Text | Company or person who issued the invoice |
| Description | Text | Brief description of goods or services |
| Subtotal Amount | Number | Amount before tax |
| Tax Amount | Number | Tax amount |
| Total Amount | Number | Final total including tax |
Step 3: Batch process invoices
- Open the Document Parser
- Drag all your day's invoices into the upload zone
- Select your extraction template
- Click Start Parsing
All invoices are processed simultaneously.
Step 4: Fill the spreadsheet
- Open your Excel template
- Click Auto-Detect Mappings
- Watch as each column fills automatically
- Review and make any corrections
Step 5: Export
Click Export to download the filled spreadsheet.
Time: 2-5 minutes total, regardless of how many invoices.
Taking it further: Full automation
Turn this into a zero-touch workflow:
Schedule (daily 8 AM) → Check email inbox → Parse new invoices →
Fill Excel template → Send filled report via email
See Email-to-Data Pipeline for how to set up email-triggered processing.
Tips for this workflow
- Test with 3-5 invoices first to verify template accuracy
- Use specific column headers — "Invoice #" is better than "Number"
- Add descriptions to the extraction template for any fields the AI gets wrong
- Keep a consistent invoice format — if your vendors have wildly different layouts, you may need to review more carefully