koolphp / koolreport

This is an Open Source PHP Reporting Framework which you can use to write perfect data reports or to construct awesome dashboards using PHP
https://www.koolreport.com/
MIT License
228 stars 65 forks source link

Migrate Excel package to PhpSpreadsheet #8

Open ilianiv opened 6 years ago

ilianiv commented 6 years ago

Hello guys! Are you going to migrate the Excel package to PhpSpreadsheet because PHPExcel is deprecated and not maintained?

PHPExcel last version, 1.8.1, was released in 2015. The project is no longer maintained and should not be used anymore.

Greetings,

koolphp commented 6 years ago

Thanks for suggestion, ilianiv! We will look into it soon and hope the replacement is not complicated.

Rgds,

vihugarcia commented 6 years ago

Hi!

I know you must be very busy but, is there any update on this?

koolphp commented 6 years ago

Hi Victor, nothing yet but it is on the plan. Currently PHPExcel still does a good job to read and write Excel file. Changing to PHPSpreadSheet, we will keep the interface of Excel package so virtually you will not recognize the difference. I will keep you update.

dongnl commented 6 years ago

Hi all,

We have successfully moved the Excel package from using PHPExcel library to the newer PhpSpreadsheet one. It will be published in the next release of KoolReport Pro. Thanks for all your valuable feedback!