Help for this page

Select Code to Download


  1. or download this
    $sheet->PageSetup->{Zoom}='False';
    
  2. or download this
    my $vtfalse = Variant(VT_BOOL,0);
    $sheet->PageSetup->{Zoom}=$vtfalse;