docs.sheetjs.com/tests/email/pst.sh
2025-05-12 00:41:16 -04:00

17 lines
343 B
Bash
Executable File

#!/bin/bash
# https://docs.sheetjs.com/docs/demos/net/email/pst
cd /tmp
rm -rf sheetjs-pst
mkdir sheetjs-pst
cd sheetjs-pst
npm init -y
curl -LO https://docs.sheetjs.com/pst/SheetJSPST.js
npm i --save https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz pst-extractor@1.11.0
node --version
node SheetJSPST.js
bun --version
bun SheetJSPST.js