diff --git a/htdocs/core/modules/export/export_excel2007.modules.php b/htdocs/core/modules/export/export_excel2007.modules.php index 6d9a585e6bef3979bc35424852e4b27d6ade13b8..aed29b28c284a43ed1e01bba687d4b2358df6832 100644 --- a/htdocs/core/modules/export/export_excel2007.modules.php +++ b/htdocs/core/modules/export/export_excel2007.modules.php @@ -80,6 +80,8 @@ class ExportExcel2007 extends ExportExcel */ function close_file() { + global $conf; + if (! empty($conf->global->MAIN_USE_PHP_WRITEEXCEL)) { $this->workbook->close();