xlsxworker use dist shim [ci skip]

This commit is contained in:
Bryan Ollendyke 2021-09-11 01:06:44 -04:00
parent d960b0adb7
commit 5a3e5d91c1
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
/*:: declare var XLSX: XLSXModule; */
/*:: declare var self: DedicatedWorkerGlobalScope; */
importScripts('shim.js');
importScripts('dist/shim.js');
/* uncomment the next line for encoding support */
importScripts('dist/cpexcel.js');
importScripts('jszip.js');

2
xlsxworker.js generated
View File

@ -1,5 +1,5 @@
/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
importScripts('shim.js');
importScripts('dist/shim.js');
/* uncomment the next line for encoding support */
importScripts('dist/cpexcel.js');
importScripts('jszip.js');