Help for this page

Select Code to Download


  1. or download this
    for my $xls ( 'spreadsheet1.xls', 'spreadsheet2.xls' ){
        my $book = $oExcel->Parse($xls);
    ...
            }
        }
    }
    
  2. or download this
    my $oExcel2 = new Spreadsheet::ParseExcel::SaveParser;
    my $oBook = $oExcel2->Parse('double_sheet.xls');
    ...
       $a = $a + 1;
    }