sajeevi Posted September 11, 2009 Posted September 11, 2009 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
Teodor Danciu Posted September 14, 2009 Posted September 14, 2009 Hi, This Excel feature is not available in JR today.Maybe you can contribute? In any case, you should try post either a request for enhancement or a patch, on our project trackers. Thank you,Teodor
jayamali Posted November 26, 2010 Posted November 26, 2010 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 APIsheet.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,
jayamali Posted December 2, 2010 Posted December 2, 2010 Can we solve this grouping and outlining in jasper excel reports.Can some one help to solve this using jasper reports
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now