原因:tomcat6不支持excel2007这种格式

 

解决办法:在conf\web.xml里添加以下代码:

 

<mime-mapping>
  <extension>xlsx</extension>
  <mime-type>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</mime-type>
 </mime-mapping>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-28
  • 2021-11-17
  • 2021-07-21
  • 2022-12-23
  • 2021-09-20
  • 2022-02-08
猜你喜欢
  • 2021-12-06
  • 2022-01-23
  • 2021-09-09
  • 2021-09-17
  • 2021-09-30
  • 2021-07-17
  • 2022-12-23
相关资源
相似解决方案