Jump to content

Recommended Posts

Posted

Hi Team,

i have a group of data in my excel report and i want to group and outline that doc according to groups.I have use iReport and i have added some groups and get the data from DB and generate the Excel report by using Jasper Libraries. (i.e. JExcelApiExporter)

I want to do Grouping and Outline option to theExcel report.

this can be done by usingApache POI - Java API

 

sheet.groupRow(1, 16);sheet.setRowSumsBelow(false);

I want to know can this be done using jasperReport libraries. Since we have groups in jrxml file can we set this option by passing some parameters to JExcelApiExporter or some Other.

Please Help me to fixed this Problem. Its really pain ful to apply sheet .groupRow Since the report is Dynamically generated.

Thanks & best Regards,

Sajeevi

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

  • 1 year later...
Posted

Hi Team,

i have a group of data in my excel report and i want to group and outline that doc according to groups.I have use iReport and i have added some groups and get the data from DB and generate the Excel report by using Jasper Libraries. (i.e. JExcelApiExporter)

I want to do Grouping and Outline option to theExcel report.

 

this can be done by usingApache POI - Java API

sheet.groupRow(1, 16);sheet.setRowSumsBelow(false);

I want to know can this be done using jasperReport libraries. Since we have groups in jrxml file can we set this option by passing some parameters to JExcelApiExporter or some Other.

Please Help me to fixed this Problem. Its really pain ful to apply sheet .groupRow Since the report is Dynamically generated.

Thanks & best Regards,

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