`
haohappy2
  • 浏览: 315712 次
  • 性别: Icon_minigender_1
  • 来自: 上海
社区版块
存档分类
最新评论

PHP export text into Excel can't see normal style as former

    博客分类:
  • PHP
 
阅读更多
function change_excel_br($str){
    $new_str ="";
    if($str){
	    $p_new_lines   = array("\r\n", "\n", "\r","\r\n", "<pre>","</pre>","<br>","</br>","<br/>");  
		$p_change_line_in_excel_cell = '<br style="mso-data-placement:same-cell;" />';  
		$new_str = str_replace( $p_new_lines,$p_change_line_in_excel_cell,$str);  
	}
	return $new_str;
}

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics