forked from sheetjs/sheetjs
		
	
							parent
							
								
									04d5e49e95
								
							
						
					
					
						commit
						6916d5fc73
					
				| @ -102,7 +102,7 @@ var parse_rs = (function parse_rs_factory() { | ||||
| 
 | ||||
| 		if(font.u) style.push("text-decoration: underline;"); | ||||
| 		if(font.uval) style.push("text-underline-style:" + font.uval + ";"); | ||||
| 		if(font.sz) style.push("font-size:" + font.sz + ";"); | ||||
| 		if(font.sz) style.push("font-size:" + font.sz + "pt;"); | ||||
| 		if(font.outline) style.push("text-effect: outline;"); | ||||
| 		if(font.shadow) style.push("text-shadow: auto;"); | ||||
| 		intro.push('<span style="' + style.join("") + '">'); | ||||
|  | ||||
| @ -7149,7 +7149,7 @@ var parse_rs = (function parse_rs_factory() { | ||||
| 
 | ||||
| 		if(font.u) style.push("text-decoration: underline;"); | ||||
| 		if(font.uval) style.push("text-underline-style:" + font.uval + ";"); | ||||
| 		if(font.sz) style.push("font-size:" + font.sz + ";"); | ||||
| 		if(font.sz) style.push("font-size:" + font.sz + "pt;"); | ||||
| 		if(font.outline) style.push("text-effect: outline;"); | ||||
| 		if(font.shadow) style.push("text-shadow: auto;"); | ||||
| 		intro.push('<span style="' + style.join("") + '">'); | ||||
|  | ||||
							
								
								
									
										2
									
								
								xlsx.js
									
									
									
										generated
									
									
									
								
							
							
								
								
								
								
								
									
									
								
							
						
						
									
										2
									
								
								xlsx.js
									
									
									
										generated
									
									
									
								
							| @ -7057,7 +7057,7 @@ var parse_rs = (function parse_rs_factory() { | ||||
| 
 | ||||
| 		if(font.u) style.push("text-decoration: underline;"); | ||||
| 		if(font.uval) style.push("text-underline-style:" + font.uval + ";"); | ||||
| 		if(font.sz) style.push("font-size:" + font.sz + ";"); | ||||
| 		if(font.sz) style.push("font-size:" + font.sz + "pt;"); | ||||
| 		if(font.outline) style.push("text-effect: outline;"); | ||||
| 		if(font.shadow) style.push("text-shadow: auto;"); | ||||
| 		intro.push('<span style="' + style.join("") + '">'); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user