Create ReportExcel eq to ReportConsole

This commit is contained in:
2023-08-21 17:51:49 +02:00
parent 8066701c3c
commit d2da0ddb88
7 changed files with 117 additions and 18 deletions

View File

@@ -42,7 +42,7 @@ namespace platform {
vector<Result> files;
void load(); // Loads the list of results
void show() const;
void report(const int index) const;
void report(const int index, const bool excelReport) const;
int getIndex(const string& intent) const;
void menu();
void sortList();