I need to manipulate the ODF file format (open document format, the open office's internal format), and I need to do it in Python.
It seem's ODFPy is a wonderful library for this purpose. Unfortunately the official documentation is very poor, almost unuseful. I can't find almost anything online - maybe it is not so popular?
Is there anyone who can point me at some some information or better documentation?
Okay, here's a quick help:
Grab odfpy source code:
Install it:
Generate the documentation:
I have uploaded the generated documentation here.
Run this simple example program:
Read the examples and try to make sense of everything:
Hope that helps! Good luck!