forked from sheetjs/sheetjs
		
	- codepage updated to 1.6.0 (latest) - clean up Makefile - adapted .travis.yml to support 0.8 - removed test files that drifted from baseline - removed XLSB pseudo-inverse tests due to fails in node 4+
		
			
				
	
	
		
			7 lines
		
	
	
		
			182 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			182 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
/* xlsx.js (C) 2013-present SheetJS -- http://sheetjs.com */
 | 
						|
/* vim: set ts=2: */
 | 
						|
/*jshint -W041 */
 | 
						|
/*jshint funcscope:true, eqnull:true */
 | 
						|
var XLSX = {};
 | 
						|
(function make_xlsx(XLSX){
 |