/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */ /* uncomment the next line for encoding support */ /*:: declare var XLSX: XLSXModule; */ /*:: declare var self: DedicatedWorkerGlobalScope; */ importScripts('dist/cpexcel.js'); importScripts('jszip.js'); importScripts('xlsx.js'); /*::self.*/postMessage({t:"ready"}); function ab2str(data) { var o = "", l = 0, w = 10240; for(; l