Height Autosize - XLS Row
Posted on May 30, 2018 at 6:19am
I have a field in a line that grows according to the content, in PDF and WORD exportion is OK, but when I export to excel that field cuts in the top and bottom.
The field that grows is "$F{questao}" and its is with 'Stretch With Overflow: true',

In xls file:

I have already tried this options below as true, but when i put it, the field appears in just one line
net.sf.jasperreports.export.xls.auto.fit.column
net.sf.jasperreports.export.xls.auto.fit.row
Please, can someone help me with it? Show the field without cut any part. Thank you!
5.6.0 version
Joined: Nov 21 2016 - 3:07am
Last seen: 6 months 3 weeks ago
Posted on May 30, 2018 at 6:48pm
It's a known bug in 5.6.0. Try using the newer version.
Also, try the following to shrink the size of the font (this was supported in 6.0.2)
net.sf.jasperreports.export.xls.shrink.to.fit
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 2 weeks ago
Posted on June 4, 2018 at 5:59am
Hello @hozawa
Thank you for help me!
I have updated to 6.6.0 version and unfortunately still not working.
The property that you mentioned works fine but doesn't as i need
Any idea else?
Joined: Nov 21 2016 - 3:07am
Last seen: 6 months 3 weeks ago