Compare commits

...

3 commits
1.8 ... 1.8.1

2 changed files with 2 additions and 3 deletions

View file

@ -496,7 +496,7 @@ class PHPExcel_Calculation_Functions {
* @return string Version information * @return string Version information
*/ */
public static function VERSION() { public static function VERSION() {
return 'PHPExcel ##VERSION##, ##DATE##'; return 'PHPExcel 1.8.1, 2015-04-30';
} // function VERSION() } // function VERSION()

View file

@ -79,8 +79,7 @@ abstract class PHPExcel_Worksheet_CellIterator
* *
* @throws PHPExcel_Exception * @throws PHPExcel_Exception
*/ */
abstract protected function adjustForExistingOnlyRange() { abstract protected function adjustForExistingOnlyRange();
}
/** /**
* Set the iterator to loop only existing cells * Set the iterator to loop only existing cells