OOoPy is a library in Python for inspecting, creating or modifying OpenOffice.org documents. It uses the existing ElementTree XML library by for manipulation of the OOo XML.
Hi, i created a little bash script for easy merging an odt with cvs files.
It works but there are many questions open with the merging process.
And if there are errors (wrong delimiters, wrong arguments, ...) there are error messages missing.
In the script the final result is tested with unzip to see if an error occurred (a bad workaround).
I'll create an issue for the improvements that should be made for the ooo_mailmerge command.
Anywas: a good start for headless mail merge. Thanks for your efforts.
Hi, i created a little bash script for easy merging an odt with cvs files. It works but there are many questions open with the merging process. And if there are errors (wrong delimiters, wrong arguments, ...) there are error messages missing. In the script the final result is tested with
unzip
to see if an error occurred (a bad workaround). I'll create an issue for the improvements that should be made for theooo_mailmerge
command. Anywas: a good start for headless mail merge. Thanks for your efforts.