forked from sheetjs/sheetjs
		
	- 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
		
			
				
	
	
	
		
			451 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			451 B
		
	
	
	
	
	
	
	
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.