bonjour,
j’ai une erreur lorsque que j'utilise
ou
Code : Sélectionner tout - Visualiser dans une fenêtre à part $sheet->duplicateStyleArray(array('alignment'=>array('wrap'=>true), 'A21:F37'));error:
Code : Sélectionner tout - Visualiser dans une fenêtre à part $sheet->duplicateStyleArray(array('alignment'=>array('shrinkToFit'=>true), 'A21:F37'));
Fatal error: Uncaught exception 'PHPExcel_Exception' with message 'Cell coordinate can not be zero-length string' in /public_html/PHPExcel/Cell.php:536 Stack trace: #0 /public_html/PHPExcel/Style.php(284): PHPExcel_Cell::coordinateFromString('') #1 /public_html/PHPExcel/Worksheet.php(1575): PHPExcel_Style->applyFromArray(Array, true) #2 /public_html/saisie.php(467): PHPExcel_Worksheet->duplicateStyleArray(Array) #3 {main} thrown in /public_html/PHPExcel/Cell.php on line 536
Partager