leepowelldev / wiggle-xlsx-pipe

Playing around with Node pipes to parse XLSX file into JSON output

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Wiggle Spreadsheet Parser

##How to use

  1. Install Node - instructions for how to install can be found at nodejs.org
  2. Run command $ node app.js --in [path to xlsx file] --out [name of output file]
  3. 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

About

Playing around with Node pipes to parse XLSX file into JSON output


Languages

Language:JavaScript 100.0%