iliaal / php_excel

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

Fix order of parameters for \ExcelAutoFilter::setRef() #218

Closed xperseguers closed 6 years ago

xperseguers commented 6 years ago

This patch reorders the PHP method parameters to be in line with those from LibXL (see http://www.libxl.com/autoFilter.html).

Resolves: #216