Posted by: Anonymous Coward
on October 09, 2005 09:07 PM
For perl you might want to have a look at cpan and search for "openoffice" and "ooo", there's some valuable modules. (<a href="http://search.cpan.org/" title="cpan.org">http://search.cpan.org/</a cpan.org>)
And if you have a look at <a href="http://www.openoffice.org/" title="openoffice.org">http://www.openoffice.org/</a openoffice.org> you'll see that ooo documents are just a zip file with xml files in it, so it's really easy to create your own templates with perl.
Re:What about other languages
Posted by: Anonymous Coward on October 09, 2005 09:07 PMAnd if you have a look at <a href="http://www.openoffice.org/" title="openoffice.org">http://www.openoffice.org/</a openoffice.org> you'll see that ooo documents are just a zip file with xml files in it, so it's really easy to create your own templates with perl.
#