时间:2021-07-01 10:21:17 帮助过:23人阅读
header是什么,贴出来看看
......header('Content-Type: application/vnd.ms-excel'); header("Content-Disposition: attachment;filename="."Report_PC".$mydate."_".date('mdHis').".xls"); header('Cache-Control: max-age=0'); $objWriter = PHPExcel_IOFactory::createWriter($objPHPExcel, 'Excel5'); $objWriter->save('php://output');
版本不同,需要检查是否某些语句不支持。
具体查下 excle对于php apache版本兼容性问题。