N°5671 - Export data in Excel does not work with XLSX files

This commit is contained in:
acognet
2022-11-04 18:11:59 +01:00
parent e496513275
commit 3d083fca05

View File

@@ -711,7 +711,7 @@ try
}
$oP->add_style("body { overflow: auto; }");
} else {
$oP = new AjaxPage('iTop export');
$oP = new DownloadPage('iTop export');
$oP->SetContentType($oExporter->GetMimeType());
}
DoExport($oP, $oExporter, false);