Generated xls file doesn't keep style settings
Posted on January 16, 2018 at 12:05pm
Hello everybody,
I'm working on a Java application that generates xls files based on jasper files,
I'm using jasperSoft Studio plugin in Eclipse, when I apply styles on my textfields such as font size, color ..etc, I preview the final report as I exactly want it to be, but when it comes to the final xls file I don't see the style I applied on the textfields. what I am doing wrong ? (I'm here to help with the needed details to resolve this issue).
Joined: Feb 19 2017 - 2:17pm
Last seen: 1 year 6 months ago
Posted on January 30, 2018 at 1:32am
I tried everything from adding property tags to jrxml files to changing Java code but nothing worked, the solution was to compile the jrxml files with an older version of JasperReports runtime, in my case I had to downgrade from 6.5.1 (current) to 5.0.0
Joined: Feb 19 2017 - 2:17pm
Last seen: 1 year 6 months ago
Is anybody here ?