Fix excel constructor

This commit is contained in:
2024-02-29 13:20:37 +01:00
parent c69dc08134
commit b68d520726
8 changed files with 20 additions and 34 deletions

View File

@@ -8,6 +8,7 @@ namespace platform {
{
file_name = "datasets.xlsx";
workbook = workbook_new(getFileName().c_str());
createFormats();
setProperties("Datasets");
}
DatasetsExcel::~DatasetsExcel()