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"/>');
                 }