tab has asked for the wisdom of the Perl Monks concerning the following question:
I want to use the module OpenOffice-OODoc to
fill my data (available as cvs files) into existing templates of spreadsheets (generated with a WYSIWYG editors)
Optimal would be to to use a "library" of snipplets
(stores as blocks of cells in one template sheet) to build up new more complex streadsheet pages ( in the sema or other documents)
I am sure that this is pretty simple and often needed task, but from reading the documentation of OpenOffice-OODoc I didn't find a recipe or starting point.
Can anyone provide me with an example perl script to do this.
Thanks
Tobias
Comment on OpenOffice-OODoc: copying & filling spreadsheet templates