forked from sheetjs/sheetjs
		
	- BIFF5 XLS write (bookType "biff5") - DBF Level 7 read - ODS whitespace and repeated rows - flow and lint cleanup
		
			
				
	
	
		
			7 lines
		
	
	
		
			223 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			223 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 */
 | 
						|
var XLSX = {};
 | 
						|
(function make_xlsx(XLSX){
 |