How to make Pie Chart float in Excel output in Jasper Server

I have some text tables on the left side of the report along with various pie charts on the right side of the report, all going in a vertical fashion. In the Excel preview for Jasper Studio, the pie charts are outputting how I want -- the pie charts are displaying vertically without affecting the size of the rows of the tables on the left.

However, when I deploy this to Jasper Server, the Excel output is off -- the pie chart is stretching out the row that it's on, and the other pie charts are shifted further down with varying spacing in between.

Is there any setting that I need to enable in the report or Jasper server to make it output like it does in Jasper Studio?

jay.horita's picture
Joined: Dec 18 2014 - 12:37pm
Last seen: 2 years 11 months ago

1 Answer:

After tinkering around with different settings, found I needed to set:

net.sf.jasperreports.export.xls.collapse.row.span

... to false.

jay.horita's picture
Joined: Dec 18 2014 - 12:37pm
Last seen: 2 years 11 months ago
Feedback