#Wiggle Spreadsheet Parser
##How to use
- Install Node - instructions for how to install can be found at nodejs.org
- Run command
$ node app.js --in [path to xlsx file] --out [name of output file]
- Final JSON output file will be found in the
output
directory
or, to run the included Excel files use either:
/* Small test sample */
$ npm run test
/* Full sample */
$ npm run full