Complete Excel Report with data

This commit is contained in:
2023-08-22 11:55:15 +02:00
parent d2da0ddb88
commit c59dd30e53
7 changed files with 85 additions and 53 deletions

View File

@@ -16,7 +16,7 @@ namespace platform {
string headerLine(const string& text);
void header() override;
void body() override;
void footer() override;
void footer(double totalScore);
};
};
#endif