|
@@ -1725,10 +1725,9 @@ function excelRCData($summaryData,$aiAllList,$year){
|
|
$obj = new PHPExcel ();
|
|
$obj = new PHPExcel ();
|
|
|
|
|
|
//表头计算
|
|
//表头计算
|
|
- $cellCount=0;$sectionCount=array();$last=7;
|
|
|
|
|
|
+ $cellCount=0;$sectionCount=array();$last=8;
|
|
foreach ($aiAllList as $key=>$value){
|
|
foreach ($aiAllList as $key=>$value){
|
|
//栏目细则个数
|
|
//栏目细则个数
|
|
- //$sectionCount[$key]=count($value)+1;
|
|
|
|
$cellCount+=count($value)+1;
|
|
$cellCount+=count($value)+1;
|
|
|
|
|
|
$sectionCount[$key]=array($last,count($value)+1+$last);
|
|
$sectionCount[$key]=array($last,count($value)+1+$last);
|