|
|
| Keep It Simple, Stupid | |
| PerlMonks |
Re^3: Perl Excel OLE helpby chinman (Monk) |
| on Jan 06, 2010 at 23:42 UTC ( [id://816004]=note: print w/replies, xml ) | Need Help?? |
|
Hi MM, You cannot access the sheet by name this way, because Excel is expecting the sheet index and not the name. You need to use the sheet index for 'Position', thusly: my $Sheet = $Book->Worksheets(8); Regards, chinman
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||