|
@@ -1731,8 +1731,8 @@ function excelRCData($summaryData,$aiAllList,$year){
|
|
|
//$sectionCount[$key]=count($value)+1;
|
|
//$sectionCount[$key]=count($value)+1;
|
|
|
$cellCount+=count($value)+1;
|
|
$cellCount+=count($value)+1;
|
|
|
|
|
|
|
|
- $sectionCount[$key]=array($last,count($value)+2+$last);
|
|
|
|
|
- $last=count($value)+1+$last;
|
|
|
|
|
|
|
+ $sectionCount[$key]=array($last,count($value)+1+$last);
|
|
|
|
|
+ $last=count($value)+2+$last;
|
|
|
}
|
|
}
|
|
|
$cellCount=$cellCount+7;
|
|
$cellCount=$cellCount+7;
|
|
|
print_r($sectionCount);
|
|
print_r($sectionCount);
|