Help for this page

Select Code to Download


  1. or download this
     
    use strict;
    use warnings;
    ...
    $workbook->Save;
    $workbook->Close;
    
  2. or download this
    my $shape = $image->{ShapeRange};
    $shape->Select;
    $shape->ScaleWidth(0.06,1);
    $shape->ScaleHeight(0.06,1);