1
0
mirror of https://github.com/shuchkin/simplexlsxgen.git synced 2023-08-10 21:12:59 +03:00
This commit is contained in:
Sergey Shuchkin 2022-12-14 23:47:14 +06:00
parent c1434378bc
commit 21b1d9a4b8

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 {