Setting mime type for excel document

后端 未结 7 2063
终归单人心
终归单人心 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:15

    You should always use below MIME type if you want to serve excel file in xlsx format

    application/vnd.openxmlformats-officedocument.spreadsheetml.sheet 
    

提交回复
热议问题