Help for this page

Select Code to Download


  1. or download this
    
    my $Book = $Excel->Workbooks->Open("$input_file") || die "could not op
    +en excel file";
    ...
        return ($last_rows,$last_col);
    }
    
  2. or download this
    Sheetcount = 49
    Sheet18 3,6
    Sheet20 2,6
    Can't use an undefined value as a HASH reference at script.pl
    
  3. or download this
    foreach my $Sheet (in $Book->{Worksheets})
    {
    ...
        }
    
    }