Help for this page

Select Code to Download


  1. or download this
    my $cellval = $Sheet->Cells($rownum,"B")->{'Value'};
    print "$cellval\n";
    $cellval =~ s*\$**g;
    print "$cellval\n";