摘要: public static function header_file($doc,$file,$title,$type='Excel5'){ if(!empty($doc)){ $objWriter = self::writer_excel($doc,$title, $type); //excel写入方法 header("Content-Type: application/force-download"); header("Content-Type: application/octet-stream"); header("Cont 阅读全文
posted @ 2013-11-19 09:33 Echo正在输入 阅读(297) 评论(0) 推荐(0)