forked from sheetjs/sheetjs
		
	The optional ODS module has been completely merged into xlsx.js and the corresponding scripts have been removed. The new xlsx.js file provides appropriate ODS exports, so fixing is a matter of removing ods.js refs.
		
			
				
	
	
		
			15 lines
		
	
	
		
			399 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			399 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| XLSX.parse_xlscfb = parse_xlscfb;
 | |
| XLSX.parse_ods = parse_ods;
 | |
| XLSX.parse_fods = parse_fods;
 | |
| XLSX.write_ods = write_ods;
 | |
| XLSX.parse_zip = parse_zip;
 | |
| XLSX.read = readSync; //xlsread
 | |
| XLSX.readFile = readFileSync; //readFile
 | |
| XLSX.readFileSync = readFileSync;
 | |
| XLSX.write = writeSync;
 | |
| XLSX.writeFile = writeFileSync;
 | |
| XLSX.writeFileSync = writeFileSync;
 | |
| XLSX.utils = utils;
 | |
| XLSX.CFB = CFB;
 | |
| XLSX.SSF = SSF;
 |