+
+{`\
+$ npm install --save https://cdn.sheetjs.com/xlsx-${current}/xlsx-${current}.tgz`}
+
+
+
+{`\
+$ pnpm install --save https://cdn.sheetjs.com/xlsx-${current}/xlsx-${current}.tgz`}
+
+
+
+{`\
+$ yarn add --save https://cdn.sheetjs.com/xlsx-${current}/xlsx-${current}.tgz`}
+
+
+
+
+3) Run the Parcel CLI tool:
+
+```bash
+npx -y parcel index.html
+```
+
+4) Access the page listed in the output (typically `http://localhost:1234`) and
+click the "Click to Export!" button to generate a file.
+
+