mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2025-04-04 22:03:37 +03:00
Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
372c7cbb69 | ||
|
c9f2ee522b | ||
|
a4d7997356 |
2 changed files with 2 additions and 3 deletions
|
@ -496,7 +496,7 @@ class PHPExcel_Calculation_Functions {
|
|||
* @return string Version information
|
||||
*/
|
||||
public static function VERSION() {
|
||||
return 'PHPExcel ##VERSION##, ##DATE##';
|
||||
return 'PHPExcel 1.8.1, 2015-04-30';
|
||||
} // function VERSION()
|
||||
|
||||
|
||||
|
|
|
@ -79,8 +79,7 @@ abstract class PHPExcel_Worksheet_CellIterator
|
|||
*
|
||||
* @throws PHPExcel_Exception
|
||||
*/
|
||||
abstract protected function adjustForExistingOnlyRange() {
|
||||
}
|
||||
abstract protected function adjustForExistingOnlyRange();
|
||||
|
||||
/**
|
||||
* Set the iterator to loop only existing cells
|
||||
|
|
Loading…
Add table
Reference in a new issue