php_writeexcel
Posté : 02 août 2007, 15:41
bonjour ,
j'essaie d'utiliser le package php_writeexcel-0.3.0 pour générer un fichier excel a partir des données extraites d'une BD, mai ça me genere une multitude d'erreur lorsque je le teste en php 5 (contrairement en php4).
je vous montre quelque erreurs qui se repetent pas mal de fois:
Notice: Undefined offset: 4 in C:\wamp1\www\New RDS010807\common\ExcelClass\class.writeexcel_worksheet.inc.php on line 435
Notice: Undefined offset: 3 in C:\wamp1\www\New RDS010807\common\ExcelClass\class.writeexcel_worksheet.inc.php on line 436
Notice: Undefined offset: 4 in C:\wamp1\www\New RDS010807\common\ExcelClass\class.writeexcel_worksheet.inc.php on line 435
encore :
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp1\www\New RDS010807\common\ExcelClass\class.writeexcel_worksheet.inc.php:435) in C:\wamp1\www\New RDS010807\Admin\ExportExcel_viewsearch.php on line 189
je veux bien savoir si c'est un probleme de configuration ou bien codage car , cela fonctionne tres bien en php4 et c'est seulement au passage a PHP5 que ça bloque. pouvez vous m'aider?!
Merci
j'essaie d'utiliser le package php_writeexcel-0.3.0 pour générer un fichier excel a partir des données extraites d'une BD, mai ça me genere une multitude d'erreur lorsque je le teste en php 5 (contrairement en php4).
je vous montre quelque erreurs qui se repetent pas mal de fois:
Notice: Undefined offset: 4 in C:\wamp1\www\New RDS010807\common\ExcelClass\class.writeexcel_worksheet.inc.php on line 435
Notice: Undefined offset: 3 in C:\wamp1\www\New RDS010807\common\ExcelClass\class.writeexcel_worksheet.inc.php on line 436
Notice: Undefined offset: 4 in C:\wamp1\www\New RDS010807\common\ExcelClass\class.writeexcel_worksheet.inc.php on line 435
encore :
Warning: Cannot modify header information - headers already sent by (output started at C:\wamp1\www\New RDS010807\common\ExcelClass\class.writeexcel_worksheet.inc.php:435) in C:\wamp1\www\New RDS010807\Admin\ExportExcel_viewsearch.php on line 189
je veux bien savoir si c'est un probleme de configuration ou bien codage car , cela fonctionne tres bien en php4 et c'est seulement au passage a PHP5 que ça bloque. pouvez vous m'aider?!
Merci