Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Export to Excel in JSF

843844Jul 24 2008 — edited Jul 24 2008
Hi,
I am new to JSF.
I have a requiement of exporting the list of records displayed in jsp page to excel sheet.
The data is stored in resulltrow .
I have written the following code to get the columns to a string array.
for(ResultRow r:getRows()){
str= r.getColumns();
}


I dont know to proceed further.How to iterate over the array and display the data in excel sheet.
Please anybody help....
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 21 2008
Added on Jul 24 2008
7 comments
1,837 views