in reply to Using Win32::OLE and Excel - Tips and Tricks
or I get this error:my $Sheet = $Book->Worksheets("Sheet1"); #in this way to make it run my $Sheet = $Book->Worksheets(1);
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Using Win32::OLE and Excel - Tips and Tricks
by guha (Priest) on Aug 21, 2003 at 13:12 UTC |