diff --git a/superadm/php/inc_fx_excell.php b/superadm/php/inc_fx_excell.php index 8a6e534..9fe0f09 100644 --- a/superadm/php/inc_fx_excell.php +++ b/superadm/php/inc_fx_excell.php @@ -600,6 +600,9 @@ function fxrapportexcell_array($headers,$data,$memexcfichier,$memexctitre) { } function fxupload_excel_fnq($mem_fichier) { /** Include PHPExcel */ + ini_set('display_errors', 1); + ini_set('display_startup_errors', 1); + error_reporting(E_ALL); require_once dirname(__FILE__) . '/Classes/PHPExcel.php'; $objReader = new PHPExcel_Reader_Excel2007(); $objReader->setReadDataOnly(false);