Download a static excel file in ADF
868989May 25 2012 — edited May 31 2012Hi,
How to download an excel file whose content is static in ADF. If I use af:fileDownloadActionListener I need to read the data from the static file and write it to the excel file. As the content is static I don't want to read and write the outputStream of the file.
Is there any way I can directly download a static file in ADF.
Thanks,
Sree