php_excel icon indicating copy to clipboard operation
php_excel copied to clipboard

PHP Extension interface to the Excel writing/reading library

Results 3 php_excel issues
Sort by recently updated
recently updated
newest added

Hello, built on PHP 8.1 getting: **Uncaught Error: Call to a member function setHidden() on bool** when calling: ``` $ex->getSheetByName("ttemplate")->setHidden(true); $ex->getSheetByName("LOOKUPS")->setHidden(true); ``` It worked with previous versions. Any idea?

Thanks for keeping php-excel maintained over the years. I'm running into a segfault when extending the ExcelBook class where that class has a __set() method. I first thought this was...

Requesting collaboration and feedback For work that I need to support, I am updating the php_excel project to roll all support for php8 and allow new support from libXL v4.1.x...

info