当前位置: 代码迷 >> 报表 >> 润乾报表在JSP中怎么搞一个Excel导入按钮
  详细解决方案

润乾报表在JSP中怎么搞一个Excel导入按钮

热度:309   发布时间:2016-05-05 08:07:19.0
润乾报表在JSP中如何搞一个Excel导入按钮
[code=HTML][/code]<%@ page contentType="text/html;charset=GBK" %>
<%@ taglib uri="/WEB-INF/runqianReport4.tld" prefix="report" %>
<html>
<head>
</head>
<body topmargin=20 leftmargin=20 rightmargin=20 bottomMargin=20>

<table>
<tr><td>
<report:html
name="report1"
reportFileName="115.raq"
funcBarLocation="bottom"

submit="提交数据"
submitTarget="_self"
needOfflineInput="yes"
offline="保存到本机"
needImportExcel="yes,0"
importExcelLabel="从Excel导入"

selectText="yes"
backAndRefresh="yes"
promptAfterSave="yes"
keyRepeatError="yes"
exceptionPage="/jsp/myError.jsp"
/>
</td></tr>
</table>

</body>
</html>


哪有错啊 怎么按钮就是出不来呢

------解决方案--------------------
2 楼怎么这么说话呢? 你会就告诉楼主,不会就别说这丧气话
  相关解决方案