ADF table data export to Excel
837460Jul 21 2011 — edited Aug 17 2011I 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