SheetJS
99b513875b
- removed CFB test (fixes #654 h/t @wolfgang42) - book_append_sheet optional name (fixes #652 h/t @jomel) - strict mode compliance (h/t @simon-p-r @loongdefect @appersonj) - flow fixes (h/t @jameskraus for help with Date#getYear) - fixed minifier to generate ExtendScript-compatible code |
||
---|---|---|
.. | ||
.gitignore | ||
aftereffects.base | ||
aftereffects.jsx | ||
estoolkit.base | ||
estoolkit.jsx | ||
illustrator.base | ||
illustrator.jsx | ||
indesign.base | ||
indesign.jsx | ||
Makefile | ||
photoshop.base | ||
photoshop.jsx | ||
README.md | ||
sheetjs.xlsx | ||
test.jsx |
ExtendScript demos
The main file is test.jsx
. Target-specific files prepend target directives.
Copy the test.jsx
file as well as the shim.js
and xlsx.core.min.js
files
to wherever you want the scripts to reside. The demo shows opening a file and
converting to an array of arrays.
NOTE: We forked the minifier and included a bugfix for ExtendScript's misparsing of switch statements.