Setting mime type for excel document

后端 未结 7 1966
终归单人心
终归单人心 2020-11-22 06:34

MS Excel has the following observed MIME types:

  • application/vnd.ms-excel (official)
  • application/msexcel
  • appli
7条回答
  •  攒了一身酷
    2020-11-22 07:18

    Waking up an old thread here I see, but I felt the urge to add the "new" .xlsx format.

    According to http://filext.com/file-extension/XLSX the extension for .xlsx is application/vnd.openxmlformats-officedocument.spreadsheetml.sheet. It might be a good idea to include it when checking for mime types!

提交回复
热议问题