forked from sheetjs/sheetjs
		
	- more structure in the theme parsing - cellDates option on parsing side creates date cells - cellDates option on writing side creates cells with type 'd' - cell types clarified, type 'str' phased out - README clarifications - more tests to ensure date consistency - more test cases for ODS
		
			
				
	
	
		
			6 lines
		
	
	
		
			205 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			205 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| /* Part 3: Packages */
 | |
| var parse_ods = function(zip, opts) {
 | |
| 	//var manifest = parse_manifest(getzipdata(zip, 'META-INF/manifest.xml'));
 | |
| 	return parse_content_xml(getzipdata(zip, 'content.xml'), opts);
 | |
| };
 |