PHPOffice / PHPExcel

ARCHIVED
Other
11.46k stars 4.19k forks source link

Compatible PHP7.2 count() AutoFilter on Excel 2007 #1376

Closed ncwgf closed 6 years ago

ncwgf commented 6 years ago

Avoid error emit on using autoFilter on Excel 2007 writer PHP Warning: count(): Parameter must be an array or an object that implements Countable in ... vendor\phpoffice\phpexcel\Classes\PHPExcel\Writer\Excel2007\Worksheet.php on line 768

PowerKiKi commented 6 years ago

Thank you for your contribution, however PHPExcel development for next version has moved under its new name PhpSpreadsheet. So please consider heading over to PhpSpreadsheet to contribute patches and features. Pull Requests will no longer be accepted for PHPExcel.