Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Can you help me with the rest?use Win32::OLE; my $ex = Win32::OLE->new('Excel.Application') or die "oops\n"; my $obj = Win32::OLE->GetObject("C:\\TEMP\\text.txt");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: open a text file with Excel using Win32::OLE
by mce (Curate) on Oct 28, 2002 at 08:35 UTC |