Help for this page

Select Code to Download


  1. or download this
    # Loop method from above:
    foreach my $sheet ( in $xls->Worksheets ) {
    ...
    
    # one line to get array of names:
    my @names = map { $_->Name } in $xls->Worksheets;