Skip to Main Content

Java Development Tools

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!

ADF table data export to Excel

837460Jul 21 2011 — edited Aug 17 2011
I want to export table data into an excel file. I used following code;

<af:exportCollectionActionListener type="excelHTML" exportedId="t1"
filename="export.xls"
title="ADF Faces Export"/>

This works fine, But I have more than 65k lines, which is not supported with xls files. How can I generate xlsx format with ADF ?

JDeveloper 11.1.1.3 is used in my project and can not change this. Any options pls?

Thanks
This post has been answered by Suresh Karunarathne on Aug 16 2011
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 14 2011
Added on Jul 21 2011
11 comments
8,816 views