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