Closed lukepass closed 7 years ago
Hey Luca,
I hope you don't mind that I quote myself:
PhpExcel only supports PHP 7.0. The next version has moved under its new name PhpSpreadsheet´which is a mayor refactoring using proper namespaces etc. It also comes with PHP 7.1 support. But sadly it's still under development. However it is pretty stable at the moment (according to my unit tests), so I took the chance to do some mayor refactorings on my part as well. The result can be found at TwigSpreadsheetBundle. The mayor BC break is the removal of xlsmacro and xlsinclude. I've finally managed to make the native macro and include tags working. I will release version 1.0 as soon as PhpSpreadsheet decides to be stable :)
Hello, I tired installing this bundle (version 2.2) with PHP 7.1 but I received this error:
If I use the previous version (2.1), the bundle installs fine but I receive this error:
Thanks, Luca