Reputation: 271
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