Why showing error message while opening .xls file

前端 未结 6 1468
自闭症患者
自闭症患者 2020-12-30 09:14

In my asp.net, C# application we are generating and downloading .xls file. But when I\'m trying to open, it\'s giving a message

\"The file you are try

6条回答
  •  庸人自扰
    2020-12-30 09:49

    You are using .xls in filename and .xlsx in the MIME type. Try with filname.xlsx.

提交回复
热议问题