This commit is contained in:
Sergey Shuchkin 2022-12-14 23:47:14 +06:00
parent c1434378bc
commit 21b1d9a4b8
1 changed files with 1 additions and 1 deletions

View File

@ -645,7 +645,7 @@ class SimpleXLSXGen
if (is_string($v)) {
if ($v{0} === "\0") { // RAW value as string
if ($v[0] === "\0") { // RAW value as string
$v = substr($v, 1);
$vl = mb_strlen($v);
} else {