Top "Odf" questions

The Open Document Format for Office Applications, also known as OpenDocument.

Getting java.lang.NoClassDefFoundError: org/apache/xerces/dom/ElementNSImpl with Apache ODF Toolkit

I am trying to read an ods file using Apache ODF Toolkit. I am getting java.lang.NoClassDefFoundError error while …

java odf odfdom
ODFPy documentation

I need to manipulate the ODF file format (open document format, the open office's internal format), and I need to …

python openoffice.org odf odfpy
How to convert ODT to DOC/RTF without openoffice.org

Is there any way to convert odt documents to doc or rtf on linux without openoffice or any library that …

openoffice.org rtf doc odf
Generating word documents (.doc/.odt) through C++/Qt

I am using Qt 4.5.3 and Windows XP. I need my application to generate documents that contains the information that is …

c++ qt ms-word odf
How can I access spreadsheets in the open document format (.ods) with java?

I want to read, write and create Spreadsheets in the Open Document Format with Java. And I want the resulting …

java api spreadsheet odf
How to convert OpenOffice ODF files to HTML

I have some ODF files with math formulas and I need to render them...or else the boss will fire …

html openoffice.org odf
Library to edit odt documents in php

I try to edit ODT-documents programmaticly in PHP. In fact I just want to do some text replacement and adding …

php editing odf opendocument