thinkphp调用phpexcel导出excel 10

$objWriter->save('php://output');//文件通过浏览器下载这句执行不了,如果改成$objWriter->save('test.xls');这... $objWriter->save('php://output'); //文件通过浏览器下载

这句执行不了,如果改成$objWriter->save('test.xls');这样会下载到项目的根目录下,求大神指点
展开
 我来答
zhuimengren361
2015-10-14 · 知道合伙人软件行家
zhuimengren361
知道合伙人软件行家
采纳数:96 获赞数:188
毕业于湖南大学计算机专业,从事6年的开发和技术管理经验,现任上海开亨信息科技公司技术总监

向TA提问 私信TA
展开全部

加上header 头

            $outputFileName = "新款表".date("Y-m-d H:i:s",time()).".xls"; 
            header("Content-Type: application/force-download");  
            header("Content-Type: application/octet-stream");  
            header("Content-Type: application/download");  
            header('Content-Disposition:inline;filename="'.$outputFileName.'"');  
            header("Content-Transfer-Encoding: binary");  
            header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");  
            header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");  
            header("Cache-Control: must-revalidate, post-check=0, pre-check=0");  
            header("Pragma: no-cache");              
            $objWriter->save('php://output'); 
            exit;
追问
加上去也不行
追答
            ob_end_clean();
            $outputFileName = "新款表".date("Y-m-d H:i:s",time()).".xls"; 
            header("Content-Type: application/force-download");  
            header("Content-Type: application/octet-stream");  
            header("Content-Type: application/download");  
            header('Content-Disposition:inline;filename="'.$outputFileName.'"');  
            header("Content-Transfer-Encoding: binary");  
            header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");  
            header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");  
            header("Cache-Control: must-revalidate, post-check=0, pre-check=0");  
            header("Pragma: no-cache");              
            $objWriter->save('php://output'); 
            exit;
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式