diff --git a/OfficeWeb/sdk/Common/NumFormat.js b/OfficeWeb/sdk/Common/NumFormat.js index 22711f0c..47f647c2 100644 --- a/OfficeWeb/sdk/Common/NumFormat.js +++ b/OfficeWeb/sdk/Common/NumFormat.js @@ -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];