Native node.js Excel file ES2015 Generator Funtion parser. Only supports xlsx for now.
npm install co-excel
var execl = require('co-excel');
var handelr = function *(next) {
var uri = 'xxxx.xlsx';
var json = yield excel(uri);
console.log(json);
};
Run npm test
MIT License.