michlimlim / read-invoices

Read invoices from XML file and export into CSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

read-invoices

Read invoices from XML/PDF files and export into CSV

How to get started

  1. Ensure you have downloaded Python
  2. If you have Python2, run this in your command line:
python -m SimpleHTTPServer 8000

If you have Python3, run this in your command line:

python -m http.server 8000
  1. Go to localhost:8000/ on your browser and the export.csv should download automatically

About

Read invoices from XML file and export into CSV


Languages

Language:JavaScript 94.8%Language:HTML 5.2%