Commit 961a15cf authored by Sergey Konovalov's avatar Sergey Konovalov

change Pivot constants format

parent a9a0253a
This diff is collapsed.
......@@ -4875,7 +4875,7 @@
pivotTable.forEachColItems((function (thisArg, _pivotRange, _style, _styleInfo, _countC, startCol) {
return function (item, index) {
var _dxf, _cells, r, _col;
if (st_itemtypeGRAND === item.t || 0 === _countC) {
if (AscCommonExcel.c_oAscItemType.Grand === item.t || 0 === _countC) {
_dxf = _style.lastColumn;
} else if (_styleInfo.showRowHeaders) {
r = item.r || 0;
......@@ -4900,7 +4900,7 @@
pivotTable.forEachRowItems((function (thisArg, _pivotRange, _style, _styleInfo, _countR, startRow) {
return function (item, index) {
var _dxf, _cells, r, _row;
if (st_itemtypeGRAND === item.t || 0 === _countR) {
if (AscCommonExcel.c_oAscItemType.Grand === item.t || 0 === _countR) {
_dxf = _style.totalRow;
} else if (_styleInfo.showRowHeaders) {
r = item.r || 0;
......
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