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

@@ -18,6 +18,7 @@ namespace platform {
public:
ExcelFile();
ExcelFile(lxw_workbook* workbook);
ExcelFile(lxw_workbook* workbook, lxw_worksheet* worksheet);
lxw_workbook* getWorkbook();
protected:
void setProperties(string title);