摘要:
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
阅读全文