This commit is contained in:
Yuri Kuznetsov
2021-08-09 11:34:19 +03:00
parent f85d56ac4d
commit ca3bedeeb4

View File

@@ -850,7 +850,7 @@ class Xlsx implements Processor
return $value;
}
if (in_array($value, ['+', '-', '@', '='])) {
if (in_array($value[0], ['+', '-', '@', '='])) {
return "'" . $value;
}