Commit 50bab978 authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix update row subtotals

parent f7bab69f
......@@ -5085,7 +5085,7 @@
valuesWithFormat[r1 + r + j] = cells.getValueWithFormat();
}
}
last = r === countR - 1 || AscCommonExcel.c_oAscItemType.Grand === item.t;
last = r === countR - 1 || null !== item.t;
if (countD && (last || (field && field.asc_getSubtotalTop()))) {
for (j = 0; j < cacheValuesCol.length; ++j) {
if (cacheRecord = cacheValuesCol[j]) {
......
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