废话不多说,直接上代码吧
$obj_Writer = PHPExcel_IOFactory::createWriter($obj_phpexcel,\'Excel5\');
$filename = \"outexcel.xls\";
header(\"Content-Type: application/force-download\");
header(\"Content-Type: application/octet-stream\");
header(\"Content-Type: application/download\");
header(\'Content-Disposition:inline;filename=\"\'.$filename.\'\"\');
header(\"Content-Transfer-Encoding: binary\");
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\");
$obj_Writer->save(\'php://output\');
}
本文地址:https://www.stayed.cn/item/12451
转载请注明出处。
本站部分内容来源于网络,如侵犯到您的权益,请 联系我