TonyKang 8 年之前
父節點
當前提交
6819092271
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules/reports/util/rpt_excel_util.js

+ 1 - 1
modules/reports/util/rpt_excel_util.js

@@ -238,7 +238,7 @@ function writeSheet(sheetData, sharedStrList, styleList){
             for (var j = 0; j < xPos.length; j++) {
                 colIdxStr = private_getCellIdxStr(j);
                 if (hasMoreCols) {
-                    //
+                    var ridx = yPos.indexOf(sheetData.cells[cellIdx][JV.PROP_AREA][JV.PROP_TOP]);
                 } else {
                     rst.push('<c r="' + colIdxStr + (i+1) + '" s="1"/>');
                 }