PHP生成word Excel
来源:本站TAG:PHP浏览数: 次日期:2010-7-21评论:
条
折叠展开PHP Code复制内容到剪贴板
- <?
- header("Content-type:application/vnd.ms-excel");
- header("Content-Disposition:filename=test.xls");
- echo "test1t";
- echo "test2tn";
- echo "test1t";
- echo "test2tn";
- echo "test1t";
- echo "test2tn";
- echo "test1t";
- echo "test2tn";
- echo "test1t";
- echo "test2tn";
- echo "test1t";
- echo "test2tn";
- //改动相应文件头就可以输出.doc .xls等文件格式了
- ?>
昨天新闻点击排行
一周新闻点击排行
当月新闻点击排行
评论表单加载中...