excel-diff

Compare two excel files to find missing rows, new rows and differences.

Usage no npm install needed!

<script type="module">
  import excelDiff from 'https://cdn.skypack.dev/excel-diff';
</script>

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');