kpiplus
Version:
KPI+
1 lines • 274 B
JavaScript
;var path=require("path");exports.parse=function(r,e,s){let t=(0,require("child_process").fork)(path.dirname(__dirname)+"/workers/excelParser.js");t.on("message",function(r){if(r.error)return e(r.error);e(null,r.data,r.columns)}),t.send({filePath:r,options:s})};