excel-diff
v1.0.3
Published
Compare two excel files to find missing rows, new rows and differences.
Readme
this package will compare two excel files and dump the differences to the console.
usage...
npm install excel-diff
var diff = require('excell-diff'); diff.runDiff('excel1.xls', 'excel2.xls');
