## Installation In the browser, just add a script tag: ```html <script lang="javascript" src="dist/xlsx.full.min.js"></script> ``` <details> <summary><b>CDN Availability</b> (click to show)</summary> | CDN | URL | |-----------:|:-------------------------------------------| | `unpkg` | <https://unpkg.com/xlsx/> | | `jsDelivr` | <https://jsdelivr.com/package/npm/xlsx> | | `CDNjs` | <https://cdnjs.com/libraries/xlsx> | | `packd` | <https://bundle.run/xlsx@latest?name=XLSX> | `unpkg` makes the latest version available at: ```html <script src="https://unpkg.com/xlsx/dist/xlsx.full.min.js"></script> ``` </details> With [npm](https://www.npmjs.org/package/xlsx): ```bash $ npm install xlsx ``` With [bower](https://bower.io/search/?q=js-xlsx): ```bash $ bower install js-xlsx ```