songxingwei před 2 roky
rodič
revize
abcdbcbe5b

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

@@ -608,7 +608,7 @@ class PHPExcel_Calculation_Functions
                 return 64;
         } elseif (is_string($value)) {
             //    Errors
-            if ((strlen($value) > 0) && ($value{0} == '#')) {
+            if ((strlen($value) > 0) && ($value[0] == '#')) {
                 return 16;
             }
             return 2;