This update addresses an issue encountered while using the PHPExcel library, where a syntax error occurs due to the use of { braces for array access, which is no longer supported in newer versions of PHP.
To resolve this issue, I have made the necessary changes in the code by replacing { braces with [ brackets, which is the correct syntax. These changes ensure compatibility with the latest PHP versions and allow for error-free usage of the PHPExcel library.
Please review and merge this update to incorporate the fix for the braces error in PHPExcel.
Thank you for your attention and consideration.
PHPExcel last version, 1.8.1, was released in 2015. The project was officially deprecated in 2017 and permanently archived in 2019.
The project has not be maintained for years and must not be used anymore. All users must migrate to its direct successor PhpSpreadsheet, or another alternative.
PHPExcel is licensed under LGPL (GNU LESSER GENERAL PUBLIC LICENSE)