[SSE] Save number format for rules
This commit is contained in:
parent
63c15a4efe
commit
feff7a2cc7
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue