Help for this page

Select Code to Download


  1. or download this
    $VAR1 = bless( {
                     'Type' => 'Date',
    ...
                     '_Value' => 'MM/03/2017 HH:29:59',
                     'Format' => 'MM/dd/yyyy HH:mm:ss'
                   }, 'Spreadsheet::ParseExcel::Cell' );
    
  2. or download this
                    foreach my $row ($sheet -> {MinRow} .. $sheet -> {MaxR
    +ow}) {
                            my($first) = 1;
    ...
                                            print Dumper($cell);
                                    }
                            }