Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Spreadsheet::ParseExcel;
    use Spreadsheet::WriteExcel;
    use utf8;
    
  2. or download this
    my $cell = $oWkS->{Cells}[$iR][0];
    my $section=$cell->Value;
    
  3. or download this
    use strict;
    use Spreadsheet::WriteExcel;
    ...
    use utf8;
    
    but $worksheet->Cells($iR,1)->{'Value'}