Help for this page

Select Code to Download


  1. or download this
    my $Range = $Sheet->Range("B1:D$row");
        
    ...
                      
          $Book->SaveAs('C:\\Graph.xls');
         $Book->Close({SaveChanges=>0});
    
  2. or download this
    $AgeChart->TickLabels->Font->{Size}=6;