原因:tomcat6不支持excel2007这种格式
解决办法:在conf\web.xml里添加以下代码:
<mime-mapping> <extension>xlsx</extension> <mime-type>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet</mime-type> </mime-mapping>