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
		
			
				
	
	
		
			21 lines
		
	
	
		
			286 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			286 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "js-xlsx",
 | |
|   "homepage": "https://github.com/SheetJS/js-xlsx",
 | |
|   "main": "dist/xlsx.js",
 | |
|   "version": "0.7.12",
 | |
|   "ignore": [
 | |
|     "bin",
 | |
|     "bits",
 | |
|     "misc",
 | |
|     "**/.*"
 | |
|   ],
 | |
|   "keywords": [
 | |
|     "excel",
 | |
|     "xlsx",
 | |
|     "xlsm",
 | |
|     "xlsb",
 | |
|     "ods",
 | |
|     "js-xlsx"
 | |
|   ]
 | |
| }
 |