mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-22 05:16:06 +03:00
Merge remote-tracking branch 'origin/master'
# Conflicts: # Classes/PHPExcel/Calculation/Functions.php # Classes/PHPExcel/Worksheet.php # Classes/PHPExcel/Worksheet/CellIterator.php
This commit is contained in:
commit
1441011fb7
@ -518,15 +518,14 @@ class PHPExcel_Calculation_Functions
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* VERSION
|
||||
*
|
||||
* @return string Version information
|
||||
*/
|
||||
public static function VERSION()
|
||||
{
|
||||
return 'PHPExcel ##VERSION##, ##DATE##';
|
||||
}
|
||||
/**
|
||||
* VERSION
|
||||
*
|
||||
* @return string Version information
|
||||
*/
|
||||
public static function VERSION() {
|
||||
return 'PHPExcel 1.8.2, 2018-11-22';
|
||||
} // function VERSION()
|
||||
|
||||
|
||||
/**
|
||||
|
@ -70,7 +70,7 @@ abstract class PHPExcel_Worksheet_CellIterator
|
||||
* Validate start/end values for "IterateOnlyExistingCells" mode, and adjust if necessary
|
||||
*
|
||||
* @throws PHPExcel_Exception
|
||||
*/
|
||||
*/
|
||||
abstract protected function adjustForExistingOnlyRange();
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user