Help for this page

Select Code to Download


  1. or download this
    package ExcelUtil;
    use warnings;
    ...
    }
    
    1;
    
  2. or download this
    use warnings;
    use strict;
    ...
    my $wrk_sht = $wrk_bk->add_worksheet('new_sheet');
    
    writeCell( $wrk_sht, 1, $_, "Testing, Row-1, Col-$_" ) for 1..5;