Jump to content
We've recently updated our Privacy Statement, available here ×

Columns are overlapping/Merged in excel after Combining StaticJRXML with Dyanmic Jasper


usha.r-t

Recommended Posts

Hi Team,


                
                 
                    
       In our project we are using JasperSoft  Studio 6.6.0  for genrateing static report for First template page & from second page onwards we are using Dynamic jasper. 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="com.jaspersoft.studio.data.defaultdataadapter" value="Sample DB"/>
                    <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.
            
            

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

It doesn't seem like dynamic jasper support jasperreports 6.6.0.

Dynamic jasper is a projected maintained by a different organization. Probably better to post your question about dynamic jasper in their forum instead of here.

With the information you've provided, all I can say is that you probably have a bug in your dynamic jasper. It also seems like dynamic jasper doesn't support newer version of JasperReports.

https://github.com/intive-FDV/DynamicJasper/issues

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...