mohamed abdelbassat
mohamed abdelbassat

Reputation: 271

creating ODF files in Java

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.

Upvotes: 2

Views: 1620

Answers (1)

JavaX
JavaX

Reputation: 11

JODF is another ODF library for Java and Android.

Comes with many examples

Upvotes: 1

Related Questions