type for excel files?

This question already has an answer here:

  • What is a correct mime type for docx, pptx etc? 4 answers

  • For BIFF .xls files

    application/vnd.ms-excel
    

    For Excel2007 and above .xlsx files

    application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
    

    application/vnd.ms-excel
    
  • vnd class / vendor specific
  • http://en.wikipedia.org/wiki/Microsoft_Excel#File_formats

  • 请记住,当您尝试上载已打开的文件时, file.getContentType也可能输出application / octet-stream,而不是所需的application / vnd.openxmlformats-officedocument.spreadsheetml.sheet

    链接地址: http://www.djcxy.com/p/7938.html

    上一篇: 我应该使用哪种MIME类型的CSV?

    下一篇: 输入excel文件?