Commit 99ae7cf7 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=22332 - Не отображается стиль ячеек на...

http://bugzserver/show_bug.cgi?id=22332 -  Не отображается стиль ячеек на панели инструментов при копировании/вставке

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57212 954022d7-b5bf-4e40-9824-e11837661b57
parent 68b107ac
...@@ -8956,8 +8956,13 @@ ...@@ -8956,8 +8956,13 @@
}; };
n++; n++;
} }
} };
//set style
var cellStyle = newVal.getStyleName();
if(cellStyle)
range.setCellStyle(cellStyle);
//add formula //add formula
var numFormula = null; var numFormula = null;
var skipFormat = null; var skipFormat = null;
......
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