mirror of
https://github.com/retailcrm/PHPExcel.git
synced 2024-11-22 13:26:07 +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
@ -523,10 +523,9 @@ class PHPExcel_Calculation_Functions
|
|||||||
*
|
*
|
||||||
* @return string Version information
|
* @return string Version information
|
||||||
*/
|
*/
|
||||||
public static function VERSION()
|
public static function VERSION() {
|
||||||
{
|
return 'PHPExcel 1.8.2, 2018-11-22';
|
||||||
return 'PHPExcel ##VERSION##, ##DATE##';
|
} // function VERSION()
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user