java 后台table导出excel问题
try{response.getWriter().print(table);//System.out.println("table"+table);}catch(Exce...
try {
response.getWriter().print(table);
//System.out.println("table" +table);
} catch (Exception e) {
e.printStackTrace();
}
上面是java 后台输出的一个table 我要如何导出这个table到excel呢
如果不行 ,我如何将这个table传递到jsp页面, jsp页面如何接收这个table 并显示table的内容呢
还有一种可能
try {
request.setAttribute("result", table);
request.getRequestDispatcher("table.jsp").forward(request,response);
//System.out.println("table" +table);
} catch (Exception e) {
e.printStackTrace();
}
我将list传送到jsp页面 页面如何遍历list到一个table中 并显示list中的数据 展开
response.getWriter().print(table);
//System.out.println("table" +table);
} catch (Exception e) {
e.printStackTrace();
}
上面是java 后台输出的一个table 我要如何导出这个table到excel呢
如果不行 ,我如何将这个table传递到jsp页面, jsp页面如何接收这个table 并显示table的内容呢
还有一种可能
try {
request.setAttribute("result", table);
request.getRequestDispatcher("table.jsp").forward(request,response);
//System.out.println("table" +table);
} catch (Exception e) {
e.printStackTrace();
}
我将list传送到jsp页面 页面如何遍历list到一个table中 并显示list中的数据 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询