Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Jasper 插件,并希望在导出到 excel 时禁用白色背景。我怎样才能做到这一点?
/马可
您需要net.sf.jasperreports.export.xls.white.page.background在报告 jrxml 中将自定义属性设置为 false。例如:
net.sf.jasperreports.export.xls.white.page.background
<property name="net.sf.jasperreports.export.xls.white.page.background" value="false" />