Skip to content

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

Notifications You must be signed in to change notification settings

leepowelldev/wiggle-xlsx-pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published