Help for this page
sub populateExcelRows { my $workbook = Spreadsheet::WriteExcel->new("test.xls"); ... $rowCounter++; } $workbook->close();