读书人

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

发布时间: 2012-03-15 11:50:38 作者: rapoo

润乾报表在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 楼怎么这么说话呢? 你会就告诉楼主,不会就别说这丧气话

读书人网 >行业软件

热点推荐