[SSE] Save number format for rules

This commit is contained in:
Julia Radzhabova 2021-03-11 14:58:01 +03:00
parent 63c15a4efe
commit feff7a2cc7

View file

@ -1712,7 +1712,7 @@ define([
onFormatsSelect: function(combo, record) {
var xfs = new AscCommonExcel.CellXfs();
// this.xfsFormat && xfs.asc_setNumFormatInfo(this.xfsFormat.asc_getNumFormatInfo());
this.xfsFormat && xfs.asc_setNumFormatInfo(this.xfsFormat.asc_getNumFormatInfo());
record.fontColor && xfs.asc_setFontColor(Common.Utils.ThemeColor.getRgbColor(record.fontColor));
record.fillColor && xfs.asc_setFillColor(Common.Utils.ThemeColor.getRgbColor(record.fillColor));
if (record.borderColor) {