|
@@ -1744,6 +1744,11 @@ function excelRCData($summaryData,$cellCount,$year){
|
|
|
),),);
|
|
|
$obj->getActiveSheet()->getStyle( 'A1:'.$maxCol.'3')->applyFromArray($styleThinBlackBorderOutline);
|
|
|
|
|
|
+ //设置合并单元格
|
|
|
+ $obj->getActiveSheet()->mergeCells('A1:A3');
|
|
|
+ $obj->getActiveSheet()->mergeCells('B1:B2');
|
|
|
+ $obj->getActiveSheet()->mergeCells('B1:G1');
|
|
|
+
|
|
|
// echo (int)($cellCount/26).'</br>';
|
|
|
// echo ($cellCount%26).'</br>';
|
|
|
|