适用于excel 2007的Mime类型

时间:2012-10-29 14:46:02

标签: excel types header mime

如何设置适用于excel 2007的正确MIME类型? 现在我有这个:

header("Content-type: application/vnd.ms-excel; charset=UTF-8");

我的浏览器一直告诉我这是一个97 2003文件,但是当我尝试用excel 2007打开文件时,程序会显示一些警告,我可以看到该文件,但我试图避免这个警告。

1 个答案:

答案 0 :(得分:10)

application / vnd.openxmlformats-officedocument.spreadsheetml.sheet

http://support.microsoft.com/?id=936496