Hi Everyone,
My Jdev version is 11.1.2.3.0.
I have created one ADF page, in which i have added one adf:table and one button for Export To Excel.
Added "af:exportCollectionActionListener" in Export to excel buttton.Export is working very fine.
But client needs only few columns in the exported file, means table has 24 columns but when i click on button it will display all
24 columns in Excel sheet instead of that i need to Export only few columns(specified) to Excel sheet.
Note: Table will be displaying all the columns(24) but while exporting only few specified columns should be exported.
How can i get this requirement?
your suggestions will be really useful...
Thanks.