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 | |
by Anonymous Monk on Jul 19, 2011 at 14:55 UTC |