README
Forked version of js-xlsx to add browserify support. See https://github.com/SheetJS/js-xlsx/issues/143 for details on the original issue, and this commit for the fix.
$ npm install xlsx-browserify-shim
Excel (XLSB/XLSX/XLSM/XLS/XML) and ODS spreadsheet parser and writer *with hacked browserify support*.
<script type="module">
import xlsxShim from 'https://cdn.skypack.dev/xlsx-shim';
</script>
Forked version of js-xlsx to add browserify support. See https://github.com/SheetJS/js-xlsx/issues/143 for details on the original issue, and this commit for the fix.
$ npm install xlsx-browserify-shim