Help for this page

Select Code to Download


  1. or download this
        $excel = Win32::OLE->new('Excel.Application', 'Quit') or ($cell_re
    +s = 0);
    
  2. or download this
        $excel->Cells($row, $col)->{Value} = $heading_item;
    
  3. or download this
    $excel->Workbooks(1)->SaveAs($manu_sprd)  or ($excel_res = 0, $ew_mess
    +age = items spreadsheet");