Help for this page

Select Code to Download


  1. or download this
    my $value;
    if( my $cell = $sheet->{Cell}->[$r]->[$c] ) {
      $value = $cell->Value();
    }