in reply to Re: using Perl to generate docx file
in thread using Perl to generate docx file

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

Yay!

Kaiti

Replies are listed 'Best First'.
Re^3: using Perl to generate docx file
by Anonymous Monk on Jul 19, 2011 at 14:55 UTC
    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.