Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print “Read with Spreadsheet::XSLX\n";
    print Dumper($excel) . “\n";
    
  2. or download this
    Read with Spreadsheet::XLSX :
    $VAR1 = bless( {
    ...
                     'FmtClass' => bless( {}, 'Spreadsheet::XLSX::Fmt2007'
    + ),
                     'SheetCount' => 1
                   }, 'Spreadsheet::ParseExcel::Workbook' );