Chemika
Invoice TXT Formatter
Upload an invoice spreadsheet. Converts it to a tab-delimited .txt file formatted for direct import into the accounting system. Sort is case-insensitive; dates are zero-padded D/M/YYYY.
How it works
Inputs
Invoice spreadsheet with invoice rows.
.xlsx.xls
→
Process
Parses invoice rows, normalizes dates to D/M/YYYY with zero padding, sorts case-insensitively, serializes tab-delimited.
→
Output
A tab-delimited text file ready for accounting import.
Invoices.txt
Run it