Commit 90a8cc9a authored by konovalovsergey's avatar konovalovsergey Committed by Alexander.Trofimov

conditionalFormattingXfs

parent af6a894a
...@@ -5448,7 +5448,7 @@ Cell.prototype.compileXfs=function(){ ...@@ -5448,7 +5448,7 @@ Cell.prototype.compileXfs=function(){
if(null != this.compiledXfs) if(null != this.compiledXfs)
this.compiledXfs = this.conditionalFormattingXfs.merge(this.compiledXfs); this.compiledXfs = this.conditionalFormattingXfs.merge(this.compiledXfs);
else else
this.compiledXfs = this.xfs; this.compiledXfs = this.conditionalFormattingXfs;
} }
} }
}; };
......
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