Bonjour à tous,
J'utilise la librairie PHPExcel, à cette ligne :
$sheet->setCellValueByColumnAndRow(1,1,'coucou');
J'ai ce message d'erreur :
Call to a member function setCellValueByColumnAndRow() on a non-object
Quelqu'un pourrait-il m'aiguiller

?:?