Help for this page

Select Code to Download


  1. or download this
    use Win32;
    use Win32::OLE;
    use Win32::OLE::Const 'Microsoft Excel';
    
  2. or download this
         $excel = Win32::OLE->new('Excel.Application', 'Quit') or ($excel_
    +res = 0, $ew_message = "Could not create excel object");
    $workbook = $excel->Workbooks->Open($new_finnpower_full)  or ($workboo
    +k_res = 0, $ew_message = "Could not open excel workbook");