Help for this page

Select Code to Download


  1. or download this
    for my $col(0..4)
        {
        my $key=$worksheet->get_cell(0,$col)->value;
        my $cell=$worksheet->get_cell($row,$col);
        next unless $cell;
        my $value=$cell->value();
    
  2. or download this
    for my $col(0..4)
        {
    ...
           my $value=$cell->value();
           ...
        }