Complete file output in ResultsDataset & ReportDataset

This commit is contained in:
2024-03-16 17:05:26 +01:00
parent fa366a4c22
commit 58ae2c7690
7 changed files with 22 additions and 32 deletions

View File

@@ -6,13 +6,6 @@
#include <xlsxwriter.h>
namespace platform {
struct separated : std::numpunct<char> {
char do_decimal_point() const { return ','; }
char do_thousands_sep() const { return '.'; }
std::string do_grouping() const { return "\03"; }
};
class ExcelFile {
public:
ExcelFile();