/*! * * Wijmo Library 5.20251.40 * https://developer.mescius.com/wijmo * * Copyright(c) MESCIUS inc. All rights reserved. * * Licensed under the End-User License Agreement For MESCIUS Wijmo Software. * us.sales@mescius.com * https://developer.mescius.com/wijmo/licensing * */ /** * {@module wijmo.xlsx} * This module has a dependency on the JSZip * library, which must be installed separately. * * In order to use asynchronous {@link Workbook.saveAsync} and {@link Workbook.loadAsync} * methods, install JSZip version 3.*: * ``` * npm install jszip@3 --save * ``` * * In order to use synchronous {@link Workbook.save} and {@link Workbook.load} * methods, install JSZip version 2.*: * ``` * npm install jszip@2 --save * ``` * If your application is not based on npm, and you load modules using _script_ elements * in _html_, you can load it from CDN with a markup like this: * For JSZip 3 * ```html *