Does anyone know of a Java API for the open document format used in Open
Office, KOffice, and elsewhere?
I'd like to be able to grab a cell or chart out of a .ods file.
Oliver Wong - 08 May 2006 21:24 GMT
> Does anyone know of a Java API for the open document format used in Open
> Office, KOffice, and elsewhere?
> I'd like to be able to grab a cell or chart out of a .ods file.
There's an open source program written in Java that converts ODS files
to XHTML. Perhaps you can find modules within it which will do what you
want:
http://books.evc-cit.info/odf_utils/odt_to_xhtml.html
- Oliver