sheetjs/demos/extendscript
SheetJS 99b513875b lint and type fixes
- 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
2017-05-13 14:21:22 -04:00
..
.gitignore lint and type fixes 2017-05-13 14:21:22 -04:00
Makefile lint and type fixes 2017-05-13 14:21:22 -04:00
README.md lint and type fixes 2017-05-13 14:21:22 -04:00
aftereffects.base version bump 0.9.6 2017-03-25 18:18:50 -04:00
aftereffects.jsx lint and type fixes 2017-05-13 14:21:22 -04:00
estoolkit.base version bump 0.9.6 2017-03-25 18:18:50 -04:00
estoolkit.jsx lint and type fixes 2017-05-13 14:21:22 -04:00
illustrator.base version bump 0.9.6 2017-03-25 18:18:50 -04:00
illustrator.jsx lint and type fixes 2017-05-13 14:21:22 -04:00
indesign.base version bump 0.9.6 2017-03-25 18:18:50 -04:00
indesign.jsx lint and type fixes 2017-05-13 14:21:22 -04:00
photoshop.base version bump 0.9.6 2017-03-25 18:18:50 -04:00
photoshop.jsx lint and type fixes 2017-05-13 14:21:22 -04:00
sheetjs.xlsx version bump 0.9.6 2017-03-25 18:18:50 -04:00
test.jsx lint and type fixes 2017-05-13 14:21:22 -04:00

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.