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

for bug 26979

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