dongmo9996 2013-07-02 14:22
浏览 60

PHP导出Excel工作表的MIME类型有什么问题?

There is an issue with this output. When the user clicks the button, it should spit out an excel sheet. However, for some users, it spits out an HTML page. I have a feeling it has something to do with other users having IE7 instead of IE10. However, this function should work for both.

Please help.

Let me know if you can spot the error:

$time = time();
$illegals = array('!', '*', "'", ";", ":", "@", "&", "=", "+", "$", ",", "/", "?", "%", "#", "[", "]", "\"");
if(isset($_GET['ns_title'])) {$filename = str_replace($illegals,"",urldecode($_GET['ns_title'])).".xls"; } else { $filename = "myreport$time.xls"; }
header("Content-type: application/force-download"); 
header("Content-Transfer-Encoding: Binary");    
header("Content-type: application/octet-stream");
header('Content-Disposition: attachment; filename="'.$filename.'"'); 
header("Expires: 0");

print "$headers
$data";
  • 写回答

2条回答 默认 最新

  • dongzao4503 2013-07-02 14:26
    关注

    You're specifying two types of Content-type's - stick with application/octet-stream or supply the actual Excel content type (See Bastien's answer).

    Secondly, what's $headers and $data? We'll assume you're using those thinking they set the headers - but header() already does this.

    You could use readfile($filename) if it's a real file, or simply echo content that you want to start the browser download.

    评论

报告相同问题?

悬赏问题

  • ¥17 pro*C预编译“闪回查询”报错SCN不能识别
  • ¥15 微信会员卡接入微信支付商户号收款
  • ¥15 如何获取烟草零售终端数据
  • ¥15 数学建模招标中位数问题
  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 HLs设计手写数字识别程序编译通不过
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。
  • ¥15 TYPCE母转母,插入认方向