I have a Jasper Report based on JRXML that was generated using iReport. It has overlapping cells which it turns out to be OK. If it is being exported to PDF (which uses absolute positioning) it is not always OK for exporting to Excel and other formats (which use grid exporters). I need to change my report based on a grid layout and would like to do so in the JRXML. Is there a way?
Thanks!