------------------------------------------------ excel_export.php ----
header('Cache-Control: no-cache, must-revalidate');
header('Content-type: application/vnd.ms-excel');
header('Content-Disposition: filename=test.xls');
?>
统考报名督促
序号 |
学生姓名 |
服务站 |
学籍批次 |
层次 |
专业 |
联系电话 |
手机 |
大学英语(B) |
计算机应用基础 |
大学语文(A) |
大学语文(B) |
高等数学(B) |
1 |
qifei |
山东教学服务中心 |
200509 |
高起本 |
计算机科技 |
010-10101010 |
13233333333 |
通过 |
未通过 |
通过 |
未通过 |
免考 |
2 |
qifei |
山东教学服务中心 |
200509 |
高起本 |
计算机科技 |
010-10101010 |
13233333333 |
通过 |
未通过 |
通过 |
未通过 |
免考 |
说明:1、china qifei
2、Tianjin University
------------------------------------------------ excel_export.php ----
其他格式文件:
header("Content-type:application/vnd.ms-word");
header("Content-Disposition:filename=test.doc");
header("Content-type:application/vnd.ms-excel");
header("Content-Disposition:filename=test.xls");
header("Content-type:application/vnd.ms-PowerPoint");
header("Content-Disposition:filename=test.ppt");
阅读(1533) | 评论(0) | 转发(0) |