Jump to content
JasperReports Library 7.0 is now available ×

JRXlsExporter problem


Recommended Posts

By: Massimo Ferrari - mapo

JRXlsExporter problem

2003-11-14 12:41

Hi,

when I try to export a report to XLS, the export hangs.

Exporting to PDF or CSV has no problems.

I tried to debug it and i noticed that potentially a for loop (method exportPage, line 404) could never return

 

for(x = 0; x < grid[y].length; x++) {

...

x += grid[y][x].colSpan - 1;

...

}

 

In my case x += grid[y][x].colSpan - 1; decreases x that just will never be greater than grid[y].length.

I didn't debug it deeply, but may it be a bug?

 

Regards

Massimo

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

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...