[#11721] - Columns are overlapping/Merged in excel after Combining StaticJRXML with Dyanmic Jasper

Category:
Bug report
Priority:
Urgent
Status:
Closed
Project: Severity:
Critical
Resolution:
Won't Fix
Component: Reproducibility:
Always
Assigned to:

In our project we are using JasperSoft Studio 6.6.0 for genrateing static report for First template page & from second page on wards(in detail band) we are using Dynamic jasper to display dynamic columns based on user selection . Now we are facing the issue after combining both static JRXML with Dynamic Jasper the excel output overlapping the column cell. i have mentioned bellow all properties on each element but of no use.

<property name="net.sf.jasperreports.print.keep.full.text" value="true"/>
<property name="net.sf.jasperreports.export.xls.wrap.text" value="true"/>
<property name="net.sf.jasperreports.export.xls.remove.empty.space.between.rows" value="true"/>
<property name="net.sf.jasperreports.export.xls.remove.empty.space.between.columns" value="true"/>
<property name="net.sf.jasperreports.export.xls.show.gridlines" value="false"/>
<property name="net.sf.jasperreports.export.xls.ignore.cell.border" value="false"/>
<property name="net.sf.jasperreports.export.xls.image.border.fix.enabled" value="false"/>
<property name="net.sf.jasperreports.export.xls.auto.fit.column" value="true"/>

But without combining these 2 if i tried with only Static JRXML ,we are able to see the contents are properly aligned to each columns without any overlapping/merge.

Colud you please help us with the possible solutions.

AttachmentSize
File overlapping.xlsx37.31 KB
v6.6.0
usha.r-t's picture
Joined: Apr 1 2019 - 1:10am
Last seen: 4 years 5 months ago

1 Comment:

#1
  • Resolution:Open» Won't Fix
  • Status:New» Closed

The problem is clearly with Dynamic Jasper. Unfortunately, Dynamic Jasper is a project developed and maintained by a different company. Please post your question to the Dynamic Jasper instead.

Either that or stop using Dynamic Jasper. JasperReports is used by many other projects and it's impossible to support bugs in other projects that's using it.

Feedback
randomness