当前位置: 代码迷 >> Web前端 >> jxl导出excel 漫游对文件输出流报错 严重: Servlet.service() for servlet default threw exception
  详细解决方案

jxl导出excel 漫游对文件输出流报错 严重: Servlet.service() for servlet default threw exception

热度:963   发布时间:2013-09-11 17:20:05.0
jxl导出excel 遨游对文件输出流报错 严重: Servlet.service() for servlet default threw exception
IE6.0对文件输出流报错 严重: Servlet.service() for servlet default threw exception

用jxl导出excel,在IE8,FF下都很正常,但是在遨游和ie6下导出会报错

我导出按钮是一个超链接:


$("#exportexcel").click(function(){
		window.location.href = "toExcel.action";			
});
 <a id="exportexcel" href="javascript:void(0)" >导出</a>


将超链接的javascript:void(0)换成#就正常了
<a id="exportexcel" href="#">导出Excel</a>

我服了

黑色头发:http://heisetoufa.iteye.com/
我的异常网推荐解决方案:Servlet.service() for servlet default threw exception,http://www.myexception.cn/eclipse/181756.html
  相关解决方案