read-excel-file
Version:
Read `.xlsx` files in a web browser or in Node.js
6 lines • 351 B
JavaScript
// Even though this code is meant to be run in a web worker,
// it still uses the "async" unzipper because it unzips the files
// inside a `.zip` archive in parallel rather than sequentially,
// which is going to be faster on huge `.xlsx` files.
export { default } from './unpackXlsxFileBrowser.js';
//# sourceMappingURL=unpackXlsxFileWebWorker.js.map