iliaal / php_excel

PHP Extension interface to the Excel writing/reading library
http://ilia.ws
534 stars 131 forks source link

Cant find AutoFilter functions #222

Closed nrobuk closed 3 years ago

nrobuk commented 6 years ago

Good day! Cannt find functions for http://www.libxl.com/autoFilter.html

Please Help! :)

johmue commented 6 years ago

It’s supported only for PHP 7+ which is in a separate branch from master ... https://github.com/iliaal/php_excel/tree/php7

johmue commented 6 years ago

If you also want to use the latest features of libxl 3.8.0 - there is still a pending PR for this...

nrobuk commented 6 years ago

I need that for PHP 5.6

johmue commented 6 years ago

Sorry - it’s not available for PHP 5.x currently and I don’t think that someone will send a PR for that.

nrobuk commented 6 years ago

how to define Z_OBJ_P for php5 in excel.c I have no exps in developing PHP Extensions blush

nrobuk commented 6 years ago

I'm done with lib, but I still have problems. The addDataValidation function does not work. Maybe someone can see the eyes of the master what is the problem?