songxingwei před 2 roky
rodič
revize
50aa6a2ff4

+ 1 - 1
vendor/phpoffice/phpexcel/Classes/PHPExcel/Calculation/Functions.php

@@ -558,7 +558,7 @@ class PHPExcel_Calculation_Functions
                 return (integer) $value;
             case 'string':
                 //    Errors
-                if ((strlen($value) > 0) && ($value{0} == '#')) {
+                if ((strlen($value) > 0) && ($value[0] == '#')) {
                     return $value;
                 }
                 break;