gpt4 book ai didi

java - 使用显示标签导出到 Excel 时如何删除单选按钮?

转载 作者:塔克拉玛干 更新时间:2023-11-02 18:59:12 25 4
gpt4 key购买 nike

我想导出在jsp页面上使用显示标签显示的表格。但是当我导出它时,它会导出带有表格的单选按钮

下面是显示标签的片段

<display:table requestURI="CustListReportDetails.do" name="sessionScope.SESSION_CUST" id="formtable" pagesize="100" style="width:100%; border:0; cellspacing:0; cellpadding:10; align:center;" export="true">

<display:table requestURI="CustListReportDetails.do" name="sessionScope.SESSION_CUST" id="formtable" pagesize="100" style="width:100%; border:0; cellspacing:0; cellpadding:10; align:center;" export="true">
<display:column title="" style="width:10px">
<input type="radio" name="recordIdentifier" value="${formtable.customerId}" onclick="javascript:setRoleCode('${formtable.customerId}');"/>
</display:column>
<display:column property="name" title="Name" />
<display:column property="contactPerson" title="Contact Person" />
<display:column property="gender" title="Gender" />
<display:column property="dob" title="Date Of Birth" />

<display:setProperty name="export.excel.filename" value="Customer_reportExcel.xls" />
</display:table>

所需的 xsl 文件中不应包含单选按钮。

最佳答案

问题解决了在包含单选按钮的显示列标签中,我放置了媒体=“html”,现在它不会在excel表中导出单选按钮

上述代码段中的代码已更改::

display:column title="" style="width:10px" **media="html"**

关于java - 使用显示标签导出到 Excel 时如何删除单选按钮?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9188273/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com