学习资料_文档下载_软件应用_程序模板

 找回密码
 立即注册

QQ登录

只需一步,快速开始

手机号码,快捷登录

搜索
查看: 1874|回复: 0

php 结果输出到excel

[复制链接]

186

主题

188

帖子

678

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
678
发表于 2020-10-14 22:04:45 | 显示全部楼层 |阅读模式
  1. <?php
  2. ob_start();
  3. $filename="file".date('Ymd').".xls";
  4. header("<meta http-equiv="content-type" content="text/html;charset=uft-8">");
  5. header("Content-Type: application/vnd.ms-excel");
  6. header("Expires:0");
  7. header("Cache-Control: must-revalidate, post-check=0, pre-check=0");
  8. header("content-disposition: attachment;filename=$filename");
  9. ?>
  10. <table width="1076" cellspacing="0" cellpadding="0" border="0" class="table2">
  11.       <tr class="tr1">
  12.             <td class="td2">时间</td>
  13.       </tr>
  14.       <tr>
  15.             <td class="td2">88888888888888</td>
  16.       </tr>
  17. </table>

  18. 备注:将下面的table输出到文件xxxx.xls中!
复制代码


回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

HI223.COM 举报邮箱:345306361@qq.com

GMT+8, 2024-5-18 17:43 , Processed in 0.099718 second(s), 18 queries .

Powered by HI223分享社区 2.3

© 2019-2020 Hi223 All Right Reserved

渝公网安备 50022502000358号

渝ICP备14008270号-3