Commit ea28d71d authored by Alexander.Trofimov's avatar Alexander.Trofimov

for bug 26979

parent a5d1cb68
...@@ -137,6 +137,7 @@ ...@@ -137,6 +137,7 @@
Row:2, Row:2,
All:3 All:3
}; };
var emptyStyleComponents = {table: [], conditional: []};
function getRangeType(oBBox){ function getRangeType(oBBox){
if(null == oBBox) if(null == oBBox)
oBBox = this.bbox; oBBox = this.bbox;
...@@ -8286,7 +8287,7 @@ ...@@ -8286,7 +8287,7 @@
if (cell) { if (cell) {
xfs = original ? cell.getStyle() : cell.getCompiledStyle(); xfs = original ? cell.getStyle() : cell.getCompiledStyle();
} else { } else {
xfs = original ? null : getCompiledStyleWs(t.worksheet, nRow, nCol); xfs = getCompiledStyleWs(t.worksheet, nRow, nCol, null, original ? emptyStyleComponents : null);
} }
if (xfs && xfs.font) { if (xfs && xfs.font) {
font = xfs.font; font = xfs.font;
......
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