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