什么是excel文件的正确的内容types?
我想要一个网站上的excel文件在Excel中打开时单击,不保存在桌面上,或打开embedded在浏览器等。现在显然这取决于如何configuration每个用户的一切,但什么是最好的内容types和其他设置,以实现大部分时间?
对于BIFF .xls文件
application/vnd.ms-excel
适用于Excel2007及以上的.xlsx文件
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
application/vnd.ms-excel
-
vnd class
/供应商特定 - http://en.wikipedia.org/wiki/Microsoft_Excel#File_formats
请记住,当您尝试上载已打开的文件时, file.getContentType
也可能输出application / octet-stream,而不是所需的application / vnd.openxmlformats-officedocument.spreadsheetml.sheet 。