Help for this page
sub Entry( $ $ $ $ ) { my ( $row, $slno, $testid, $status ) = @_; ... $worksheet->write( "B$row", $testid ); $worksheet->write( "C$row", $status ); }
# skip header row on Excel Spreadsheet my @entries = ( ... Entries( $i+2, $slno, $testid, $status ); }