Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $xl->{DisplayAlerts} = 1;
    $sht->ShowAllData;
    $sht->Range('A1:A3')->EntireRow->Delete;