Add results files affected in best results excel

This commit is contained in:
2023-10-24 16:18:52 +02:00
parent 130139f644
commit 84cec0c1e0
8 changed files with 57 additions and 20 deletions

View File

@@ -93,6 +93,7 @@ namespace platform {
reporter.show();
openExcel = true;
workbook = reporter.getWorkbook();
cout << "Adding sheet to " << Paths::excel() + Paths::excelResults() << endl;
} else {
ReportConsole reporter(data, compare);
reporter.show();