Santosh-745
Results
1
comments of
Santosh-745
You can do this >let tmp = new XLSX().extract(path, { sheet_nr: 1}) > tmp.on('row', function (row) { > if(termination_condition) { tmp.emit('end'); } > }) > .on('end', function() { > })