PHPExcel輸出中文亂碼的解法 我在測試PHPExcel輸出中文時會出現亂碼 底下加紅字的部份是我解決的方式 ob_end_clean(); $objWrite = PHPExcel_IOFactory::createWriter($objPHPExcel, ‘Excel2007’);