Help for this page

Select Code to Download


  1. or download this
    #!perl
    
    ...
    my $Sheet2 = $Book->Worksheets(2);
    $Sheet2->Columns->{NumberFormat} = "#,##0.00";
    $Book = $ex->Workbooks->Close();
    
  2. or download this
    package Excel;
            use Win32::OLE;
    ...
            }
    
            1;