Complete Excel Report with data
This commit is contained in:
@@ -14,12 +14,10 @@ namespace platform {
|
||||
void show();
|
||||
protected:
|
||||
json data;
|
||||
double totalScore; // Total score of all results in a report
|
||||
string fromVector(const string& key);
|
||||
string fVector(const string& title, const json& data, const int width, const int precision);
|
||||
virtual void header() = 0;
|
||||
virtual void body() = 0;
|
||||
virtual void footer() = 0;
|
||||
};
|
||||
};
|
||||
#endif
|
Reference in New Issue
Block a user