mirror of
https://github.com/shuchkin/simplexlsxgen.git
synced 2023-08-10 21:12:59 +03:00
1.3.10
This commit is contained in:
parent
c1434378bc
commit
21b1d9a4b8
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user