I am using iReports 5.6.0 and creating excel reports. There is always a blank column A in the output. Is it possible to have the data start in column A instead of Column B?
1 Answer:
Posted on January 11, 2022 at 3:16pm
Empty columns will not be output by adding the following option to the report properties.
net.sf.jasperreports.export.xls.remove.empty.space.between.columns = true
* Reference
http://jasperreports.sourceforge.net/config.reference.html#net.sf.jasper...