Open excel file automatically when generated

This commit is contained in:
2025-05-28 17:37:53 +02:00
parent dcde8c01be
commit 514968a082
11 changed files with 97 additions and 69 deletions

View File

@@ -11,6 +11,7 @@ namespace platform {
DatasetsExcel();
~DatasetsExcel();
void report(json& data);
std::string getExcelFileName() { return getFileName(); }
};
}
#endif