PHP 7 to 8
#3980
Replies: 2 comments
-
Yes, you can install PhpSpreadsheet on PHP 7.4. Support for PHP 7.4 was only dropped with the latest 2.0 release of PhpSpreadsheet, so you can install up to version 1.29.0 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks Mark, I installed using composer on Centos 7 and it installed ## 2.0.0 - 2024-01-24 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I'm in the process of moving from PHP 7.4 / MySQL 5.7 to PHP 8.3.4 / MySQL 8.0.3.
One of the things i found out pretty fast is that PHP Excel is not working anymore and trying to fix it is probably not the best way to go.
That said, my Dev server is still on PHP 7.4 and i need to run PhpSpreadsheet on it to make the transition from PHP Excel to PhpSpreadsheet which may take weeks due to the amount of code that generates excel.
Is there an option to install PhpSpreadsheet on PHP 7.4 and after the main development move it to the new PHP 8 server?
Beta Was this translation helpful? Give feedback.
All reactions