PHPExcel only applies autofilter expressions on save, and this sets the relevant rows to hidden/visible to match the filter expression. You'll need to do the equivalent call from within your code, calling the AutoFilters showHideRows() method, then testing row visibility when you loop through each row using the iterator
↧