Commit cbd5a876 authored by ONLYOFFICE's avatar ONLYOFFICE

bug fixed

parent f6e873e9
......@@ -1970,7 +1970,8 @@ function CellFormat(format) {
}
}
}
this.oTextFormat = new NumFormat(false).setFormat("@");
this.oTextFormat = new NumFormat(false);
this.oTextFormat.setFormat("@");
if (null == oPositive || null == oNegative || null == oNull) {
for (var i = 0, length = aParsedFormats.length; i < length; ++i) {
var oCurFormat = aParsedFormats[i];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment