gebi / ooopy

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.
6 stars 1 forks source link

bash script for easy merging #2

Open WeeSee opened 6 years ago

WeeSee commented 6 years ago

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.