I am not too sure that people really understand what you are asking here. Are
you saying the you have used an Oracle tool to produce a report. This report
is actually a file of html markup that is rendered into an Excel like
spreadsheet format when viewed with a browser and that you would like to use
POI to convert this file into a valid Excel spreadsheet file? If so, then
POI can certainly handle the 'encoding' side so to speak but you will need
to write a parser to strip the information from the html markup I think.

Did you try googling this requirement at all? I have just found this tool -
http://www.lv2000.com/rx/rep2excel.htm - that promises to do exactly what
you require.

Yours

Mark B


chrc wrote:
> 
> Hello,
> 
> By using Oracle Report 10g to generate a Excel file, i can have a big file
> >
> 10m, because the result format is a Microsoft XML Schema for Excel (html).
> 
> So, i try to use poi to parse and generate a true lightweight Excel file.
> 
> Somebody has already made this job ?
> 
> Thanks
> Best Regards
> 
> Chris
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Convert-Oracle-Report-Excel-file-to-true-lightweight-format-tp26724751p26740544.html
Sent from the POI - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to