140141142143144145146147148149150
} } //Loop finished, export to excel. ExcelExporter exporter = new ExcelExporter(); exporter.export(results, sysInfo, "workbook_" + Settings.LIST_SIZE + ".xls"); //Print result if log.trace is enabled printResults();