deno.land / x / sheetjs@v0.18.3 / packages / s / misc / module.html

<script src="xlsx.mini.min.js"></script> <script type="module"> import * as S from "../dist/mjs/index.mjs"; function assert(x) { if(!x) throw "assert failed"; } assert(S != null); S.set_XLSX(XLSX); assert(S.get_XLSX() == XLSX); assert(S.get_XLSX().version); </script>
sheetjs

Version Info

Tagged at
2 years ago