Hi Sai, As Nick said you, you can use ODFToolkit for that, but pay attention it's a very very big task.
If you are interested XDocReport provides odt->pdf and odt->xhtml converters at https://code.google.com/p/xdocreport/wiki/ODFDOMConverterwhich uses ODFDOM. But it's not magic,there is some limitations (don't support conversion of draw, etc). Regards Angelo 2014-04-01 11:44 GMT+02:00 Nick Burch <[email protected]>: > On Tue, 1 Apr 2014, Sai Pavan Gadde wrote: > >> Is there any possibility of converting Open Office files like odt,odi, >> ods to csv or xls, or xlsx by using POI tool, >> > > You'll need to write some code. Apache ODFToolkit (in the incubator) will > allow you to read ods files, but you'll need to write the logic to call > Apache POI to pass over the details > > Nick > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
