| VB | Perl | |
| Properties: | Selection.Hidden = True | $xls->Selection->{Hidden} = 1; |
| Methods: | Worksheets(1).Activate | $xls->Worksheets(1)->Activate; |
A couple of things about Win32::OLE you may find helpful:
Win32::OLE->Option( Warn => 3 ); # or 2 or 4
# load all excel constants (I may have the library name wrong) use Win32::OLE::Const 'Microsoft Excel';
# make it a little easier to iterate over collections use Win32::OLE qw/IN WITH/;
Update: Closed the list tag, added missing tr.
In reply to Re: Perl-Excel Guidelines
by jsprat
in thread Perl-Excel Guidelines
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |