forked from sheetjs/sheetjs
		
	- pin dependencies - JS Date object support - resolved some out of bounds accesses - load scans for available index if not specified - flow improvements
		
			
				
	
	
		
			9 lines
		
	
	
		
			296 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			296 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| SSF._table = table_fmt;
 | |
| SSF.get_table = function get_table()/*:SSFTable*/ { return table_fmt; };
 | |
| SSF.load_table = function load_table(tbl/*:SSFTable*/)/*:void*/ {
 | |
| 	for(var i=0; i!=0x0188; ++i)
 | |
| 		if(tbl[i] !== undefined) load_entry(tbl[i], i);
 | |
| };
 | |
| SSF.init_table = init_table;
 | |
| SSF.format = format;
 |