phpexcel [ 2.0 版本 ]
phpexcel导出excel在windows下正常导出了,放到服务器上咋没反应呢,还搞炸了
header('Content-Type: application/vnd.openxmlformats-officedocument.spreadsheetml.sheet');
header("Content-Disposition: attachment; filename=\"$fileName\"");
header('Cache-Control: max-age=0');
$writer = \PHPExcel_IOFactory::createWriter($objPHPExcel,'Excel5');
$writer->save('php://output');
平头哥 补充于 2017-07-25 09:29
坐等帮忙看看
共 3 个回答
平头哥 山沟沟
注册时间:2016-04-25
最后登录:2020-07-23
在线时长:59小时17分
最后登录:2020-07-23
在线时长:59小时17分
- 粉丝9
- 金钱2000
- 威望30
- 积分2890