We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8bdec commit 7880ed9Copy full SHA for 7880ed9
src/xlsx.ts
@@ -1,4 +1,4 @@
1
-import xlsxlib from 'https://jspm.dev/xlsx'
+import xlsxlib from 'https://jspm.dev/xlsx@0.17.4'
2
import { XLSX } from "./xlsx-types.ts";
3
const xlsx = xlsxlib as XLSX;
4
0 commit comments