xls2json
v0.0.3
Published
Convert XLS Workskeets to individual JSON files, formatted as Arrays of Objects
Readme
XLS2JSON
Node app that takes an Excel spreadsheet and convertes each worksheet into an individual JSON file.
Install
sudo npm install -g xls2jsonCLI Usage
xls2json my_excel_sheet.xls /output/Library Usage
var xls2json = require('xls2json');
xls2json.convertFile(infile,outpath,function(err,data){
if (err){
// there was an error
}else{
// it's all good
}
});License
MIT License - http://alco.mit-license.org
