creating ODF files in Java

1.4k Views Asked by At

I have a Java EE web application wherein I need to create an ODF file and fill it with submitted data.

How can I create and fill an ODF file using Java? Is there a library to use? I have noticed Apache POI, but I haven't found a well documented way to open and write an ODF using Java.

1

There are 1 best solutions below

1
On

JODF is another ODF library for Java and Android.

Comes with many examples