You are here

public static function PHPExcel_Calculation_Functions::VERSION in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Functions.php \PHPExcel_Calculation_Functions::VERSION()

* VERSION * *

Return value

string Version information

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Functions.php, line 498

Class

PHPExcel_Calculation_Functions
PHPExcel_Calculation_Functions

Code

public static function VERSION() {
  return 'PHPExcel 1.8.1, 2015-04-30';
}