在header前面加上 ob_end_clean();
ob_end_clean();//清除緩衝區,避免亂碼 header('Content-Type: application/vnd.ms-excel'); header('Content-Disposition: attachment;filename="訂單列表.xls"');