Convert into excel [message #89923] |
Tue, 07 September 2004 00:36 |
Avra
Messages: 65 Registered: July 2004
|
Member |
|
|
Hi... I'm using Developer 6i..... I'm creating report by Report Wizard..... The report is generated properly.... But how I export/convert that report into Ms Excel?
thanks
|
|
|
|
|
|
Convert into excel- solution [message #90267 is a reply to message #89923] |
Thu, 06 January 2005 00:31 |
Sumita
Messages: 2 Registered: October 2004
|
Junior Member |
|
|
Rep2excel is the software which can convert oracle report output in html format to microsoft excel It is developed for Oracle Report only ! follow this link
http://www.lv2000.com/img/xlsshot.jpg
Rep2excel is a win32 console application , It can convert .html file generated by oracle report server (6i or higher) to ms-excel format , you can access the output excel file via browser.
Rep2excel support CGI interface, you can access it via browser, 'tell' it which file you want it to be converted to excel format, rep2excel will convert the html file to ms-excel and return you the xls file.
You can execute the application inside Apache server (oracle http server is based on apache server ) . After oracle report server output report into a html file, you can using 'web.show_document' built-in to invoke the application to convert the oracle report to excel thru web-browser .[[DEMO:http://www.lv2000.com/demos/rep2excel_demo1.htm
|
|
|