ソースを参照

合并单元格bug修复

yzh 4 年 前
コミット
40a4d55e99
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/Pxlswrite.php

+ 1 - 1
src/Pxlswrite.php

@@ -302,7 +302,7 @@ class Pxlswrite extends Excel
                             $offset = $_index - count($temp) + 1;
                             $startPosition = $cell . $offset;
                             $endPosition = $cell . $_index;
-                            $this->mergeCells($startPosition . ':' . $endPosition, $orderTemp[$column], $_mergeColumnStyle);
+                            $this->mergeCells($startPosition . ':' . $endPosition, $data[$column], $_mergeColumnStyle);
                         }
                     }
                 }