Add best results Excel

This commit is contained in:
2023-09-28 17:12:04 +02:00
parent 85202260f3
commit cfcf3c16df
6 changed files with 62 additions and 17 deletions

View File

@@ -7,8 +7,6 @@
#include "Colors.h"
namespace platform {
using namespace std;
const int MAXLL = 128;
class ReportExcel : public ReportBase, public ExcelFile {
public:
explicit ReportExcel(json data_, bool compare, lxw_workbook* workbook);