I am using Jason Bennet's ExcelDocumentType document api to create a spreadsheet using pl/sql (http://www.jasonsdevelopercorner.com/?page_id=8). I am displaying the spreadsheet via a DAD (dads.conf). Generating my spreadsheet content via pl/sql is working well however I have a minor issue with the file that is being downloaded in my browser. The issue is relating to the file name.
The last line in my pl/sql procedure is excelReport.displayDocument('TestEmployeeReport.xls'); however when i hit the URL as specified in my dads.conf file the excel file that comes back equal to the URL specified in my dads.conf file.
Does anyone know what I can do to fix this so that it displays TestEmployeeReport.xls in the internet browser window?
thanks