QuilhaSoft / JasperPHP

Pure PHP library to read JRXML files made in "JasperSoft Studio" and generate reports in PDF/XLS
https://jasperphp.net
MIT License
65 stars 25 forks source link

Problema com PHPExcel (lib absoleta) #105

Open Dhenyson opened 3 months ago

Dhenyson commented 3 months ago

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?