On Tue, Aug 27, 2002 at 03:50:56PM -0400, Robin Norwood wrote:
> Kirby_Sarah <[EMAIL PROTECTED]> writes:
>
> > Hi all,
> >
> > I was wondering, can Perl create and format a Word document using a
I don't think there is any module to convert directly to Word. However,
there might be a module
Kirby_Sarah <[EMAIL PROTECTED]> writes:
> Hi all,
>
> I was wondering, can Perl create and format a Word document using a
> template and can Perl create draft copies of Emails with (or without)
> attachments? I want to automate a report process so that perl generates the
> reports (which
A couple of ideas:
1) You can check CPAN to see if there is a module like
Spreadsheet::WriteExcel for Word, otherwise your best bet might be to
convert a Word Macro into Perl. You can do this with Win32::OLE. Check the
documentation for Win32::OLE, and you should see some examples using Excel