发布网友 发布时间:2022-04-23 09:51
共2个回答
热心网友 时间:2023-10-10 04:07
JSP页面有没有加了设置了,如
html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<table>
......
</table>
</body>
</html>
你试试,我没环境不好测试,希望有用。追问我试了一下 可并没有用 还有什么原因么?
追答给你找了一个链接,供参考:
http://blog.csdn.net/cmtobby/article/details/15087
热心网友 时间:2023-10-10 04:08
没异常吗?
不弹出的可能基本上就是出异常了啊..
wwb.write() 不太记得了..
我还用过这种办法去导出.
response.getOutputStream().write(file.getBytes());
但是按理来说...wwb.write() 应该是没问题的
所以我觉得可能是导出过程出异常了..