Help for this page

Select Code to Download


  1. or download this
    use Win32::OLE::Const;
    my $xlConstants = Win32::OLE::Const->Load($Excel);
    
  2. or download this
    $Sheet->Range("B1:Q1")->{HorizontalAlignment} = $xlConstants->{xlCente
    +r};