码迷,mamicode.com
首页 > 其他好文 > 详细

导出为XLS

时间:2014-05-31 03:30:28      阅读:258      评论:0      收藏:0      [点我收藏+]

标签:c   style   class   blog   code   tar   

bubuko.com,布布扣
 1         header("Content-type: application/vnd.ms-excel");
 2         header("Content-disposition: attachment; filename=$EXPORT_TIME.xls");
 3         header("Cache-Control: no-cache, must-revalidate");
 4         header("Pragma: no-cache");
 5 
 6 <table>
 7     <tr>
 8         <td>1</td>
 9         <td>2</td>
10         <td>3</td>
11     </tr>
12 </table>
View Code

这样运行页面就会导出一个XLS表格。

导出为XLS,布布扣,bubuko.com

导出为XLS

标签:c   style   class   blog   code   tar   

原文地址:http://www.cnblogs.com/canbefree/p/3761708.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!