APYDataGridBundle icon indicating copy to clipboard operation
APYDataGridBundle copied to clipboard

PHPExcel2007Export generate error

Open charfeddine-mahmoud opened this issue 8 years ago • 1 comments

Hello ! Before I start I will apologize for the quality of my English I'm using Apydatagridbundle in my project, everything works fine When I try to make excel work in excel it works but it generates me a warning on microsoft excel 2007 And when I use PHPExcel2007Export I have an error "Attempted to load class PHPExcel" from the global namespace. Did you forget a use statement? " my question is the following : Does ApyDataGridBundle not support PHPExcel? Is what I have to install it by myself in the project, if yes I use a version 2.8.14 of symfony, how can I do it?

je suis entrain d'utiliser Apydatagridbundle dans mon projet, tout marche bien quand j'essaye de faire marcher l'export classique en excel ça marche mais ça me génére un warning sur microsoft excel 2007 et quand j'utilise PHPExcel2007Export j'ai une erreur "Attempted to load class "PHPExcel" from the global namespace. Did you forget a "use" statement?" ma question est la suivante : ApyDataGridBundle ne prend pas en charge PHPExcel ? est ce que je dois l'installer par moi même dans le projet, si oui j'utilise une version 2.8.14 de symfony, comment puis je le faire ?

charfeddine-mahmoud avatar Feb 02 '17 11:02 charfeddine-mahmoud

u need to install this package

composer require phpoffice/phpexcel

https://packagist.org/packages/phpoffice/phpexcel

thehashGaming avatar Mar 27 '18 08:03 thehashGaming