in reply to using Perl to generate docx file

It seems there are no DocX modules on CPAN, but if it's "just XML", I would suggest you go the route of creating a template in Word and then use one of the template modules to replace the placeholders in your template with the actual data from the database.

Replies are listed 'Best First'.
Re^2: using Perl to generate docx file
by jedikaiti (Hermit) on Mar 04, 2010 at 20:09 UTC

    Thanks! I do have a Word template for the document, so I'll go look at the template modules. :-)

    Yay!

    Kaiti

      Hi Kaiti, I have quite the same thing to do : from a set of data, generate a .docx (or .doc) document as automatically as possible. Did you manage to do that with the Word templates? Cheers, Xavier.