excel-diff-html

output excel diff to html.

Usage no npm install needed!

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

README

Usage

const diff = require('excel-diff-html');
diff(oldExcelPath, newExcelPath, outputPath);