Hello, I have a Laravel 9 and PHP 8.2 project, and I receive that the lib "phpoffice/phpexcel" is obsolete, so generating XLS files generates several errors, such as the use of "{" instead of "[".
Do you know how to get around this?
Currently the community recommends using "phpoffice/phpspreadsheet" to replace "phpexcel", what do you think about that?
Hello, I have a Laravel 9 and PHP 8.2 project, and I receive that the lib "phpoffice/phpexcel" is obsolete, so generating XLS files generates several errors, such as the use of "{" instead of "[".
Do you know how to get around this?
Currently the community recommends using "phpoffice/phpspreadsheet" to replace "phpexcel", what do you think about that?