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" />