forked from sheetjs/sheetjs
		
	- library reshaped to support requirejs / amd without shim - control comment visibility (fixes #998, h/t @cmuruganmsc) - fixed README code sample error (fixes #1118 h/t @iahmedani)
		
			
				
	
	
		
			7 lines
		
	
	
		
			246 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			246 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /*! xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
 | |
| /* vim: set ts=2: */
 | |
| /*exported XLSX */
 | |
| /*global global, exports, module, require:false, process:false, Buffer:false, ArrayBuffer:false */
 | |
| var XLSX = {};
 | |
| function make_xlsx_lib(XLSX){
 |