Add compare to best results in manage

This commit is contained in:
2023-09-20 12:51:19 +02:00
parent 68f22a673d
commit 03533461c8
8 changed files with 73 additions and 27 deletions

View File

@@ -10,7 +10,7 @@ namespace platform {
class ReportExcel : public ReportBase {
public:
explicit ReportExcel(json data_, lxw_workbook* workbook);
explicit ReportExcel(json data_, bool compare, lxw_workbook* workbook);
lxw_workbook* getWorkbook();
private:
void writeString(int row, int col, const string& text, const string& style = "");