MSIN-4378

This commit is contained in:
2026-05-27 11:09:49 -04:00
parent 044aca6026
commit 8717130865

View File

@ -600,9 +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);
//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);