IReport - First page lines ending on second page

I am doing a report in Excel in iReport 3.7.2. In the iReport preview, this looks fine. When I print my report from Excel, the lines of the first page end at the beginning of the second page before the page title bar.

These lines come from the database. What am I doing wrong?

Thank you all for your help.

+3
source share
1 answer

I found a solution to the problem.

When I used the JExcelAPIExporter class instead of JRXlsExporter, the form was generated correctly.

+3
source

All Articles