Commit 8d04ee4f authored by Julia Radzhabova's avatar Julia Radzhabova

[SSE] Fix list for custom format.

parent aad5adca
...@@ -466,7 +466,7 @@ define([ ...@@ -466,7 +466,7 @@ define([
} else { } else {
var info = new Asc.asc_CFormatCellsInfo(); var info = new Asc.asc_CFormatCellsInfo();
info.asc_setType(Asc.c_oAscNumFormatType.None); info.asc_setType(Asc.c_oAscNumFormatType.Custom);
info.asc_setSymbol(valSymbol); info.asc_setSymbol(valSymbol);
var formatsarr = this.api.asc_getFormatCells(info), var formatsarr = this.api.asc_getFormatCells(info),
......
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