我正在使用TIBCOJaspersoft®Studio 6.6.0。一段时间以来,我一直在尝试导出到XLSx时自动调整宽度。
我的textField看起来像这样:
<textField>
<reportElement x="600" y="0" width="190" height="39">
<property name="net.sf.jasperreports.export.xls.auto.fit.row" value="true"/>
<property name="net.sf.jasperreports.export.xls.auto.fit.column" value="true"/>
</reportElement>
<textFieldExpression><![CDATA[$F{IML_POSITION}]]></textFieldExpression>
</textField>
尝试此操作时,它会探查地导出到XLS,但尝试XLSx时,它总是采用为textField指定的宽度(在我的情况下为width =“ 190”)。
我想念什么吗?一段时间以来,我一直在努力寻找解决方案,但我发现很多未解决的问题都面临着这个特定问题。