README
Usage
const diff = require('excel-diff-html');
diff(oldExcelPath, newExcelPath, outputPath);
output excel diff to html.
<script type="module">
import excelDiffHtml from 'https://cdn.skypack.dev/excel-diff-html';
</script>
Usage
const diff = require('excel-diff-html');
diff(oldExcelPath, newExcelPath, outputPath);