forked from sheetjs/sheetjs
		
	allow HTML content inside of cells
This commit is contained in:
		
							parent
							
								
									a9b8588e6c
								
							
						
					
					
						commit
						5396e0231e
					
				| @ -30,7 +30,7 @@ var HTML_ = (function() { | ||||
| 				var _t/*:string*/ = tag.t || ""; | ||||
| 				/* TODO: generate stub cells */ | ||||
| 				if(!m.length) { C += CS; continue; } | ||||
| 				m = htmldecode(unescapexml(m)); | ||||
| 				m = htmldecode(m); | ||||
| 				if(range.s.r > R) range.s.r = R; if(range.e.r < R) range.e.r = R; | ||||
| 				if(range.s.c > C) range.s.c = C; if(range.e.c < C) range.e.c = C; | ||||
| 				if(!m.length) continue; | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user