Create class ReportExcelCompared

This commit is contained in:
2024-03-05 23:44:19 +01:00
parent df011f7e6b
commit 4f5f629124
6 changed files with 79 additions and 7 deletions

View File

@@ -13,6 +13,7 @@ namespace platform {
void list();
bool confirmAction(const std::string& intent, const std::string& fileName) const;
void report(const int index, const bool excelReport);
void report_compared(const int index_A, const int index_B);
void showIndex(const int index, const int idx);
void sortList();
void menu();
@@ -25,7 +26,6 @@ namespace platform {
Results results;
lxw_workbook* workbook;
};
}
#endif /* MANAGE_RESULTS_H */