PHPExcel/Classes
2012-01-18 17:51:53 +00:00
..
PHPExcel Fix to inappropriate replacement of count() with empty().... there may be others I've not spotted yet. 2012-01-18 17:51:53 +00:00
PHPExcel.php Use of empty() rather than count() to test if arrays are empty or not - simple performance tweak... empty() is over twice as fast as count() 2012-01-16 12:34:22 +00:00