16 lines
400 B
Bash
Executable File
16 lines
400 B
Bash
Executable File
#!/bin/bash
|
|
# https://docs.sheetjs.com/docs/demos/engines/duktape#perl-demo
|
|
|
|
cd /tmp
|
|
rm -rf sheetjs-duk-perl
|
|
mkdir sheetjs-duk-perl
|
|
cd sheetjs-duk-perl
|
|
|
|
curl -LO https://docs.sheetjs.com/duk/SheetJSDuk.pl
|
|
|
|
curl -LO https://cdn.sheetjs.com/xlsx-0.20.3/package/dist/xlsx.extendscript.js
|
|
curl -LO https://docs.sheetjs.com/pres.xlsx
|
|
|
|
perl SheetJSDuk.pl pres.xlsx; echo $?
|
|
|
|
npx -y xlsx-cli SheetJSDuk.xlsb |