mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-29 07:26:05 +00:00
fix xlsx
This commit is contained in:
@@ -850,7 +850,7 @@ class Xlsx implements Processor
|
||||
return $value;
|
||||
}
|
||||
|
||||
if (in_array($value, ['+', '-', '@', '='])) {
|
||||
if (in_array($value[0], ['+', '-', '@', '='])) {
|
||||
return "'" . $value;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user