jasperreports
jasperreports copied to clipboard
Support Overlapping shapes
Support overlapping shapes in exports.
This Pull Request includes commits #56 https://github.com/TIBCOSoftware/jasperreports/pull/56
Added property "net.sf.jasperreports.export.xls.compatibility" in xls export to change between current cell output and shape output. Default to the current cell. Possible values are NONE and MSOFFICE2007 as defined in ExportCompatibility enum. Will add this property to other export types.