|
@@ -1824,9 +1824,10 @@ function excelRCData($summaryData,$aiAllList,$cglist,$year){
|
|
$LS+=14;
|
|
$LS+=14;
|
|
}
|
|
}
|
|
|
|
|
|
- echo $sectionCount[$aiak]['0']+1;die;
|
|
|
|
|
|
+
|
|
|
|
|
|
foreach ($aiAllList as $aiak=>$aiav){
|
|
foreach ($aiAllList as $aiak=>$aiav){
|
|
|
|
+ echo $sectionCount[$aiak]['0']+1;die;
|
|
$sectionStart=$sectionCount[$aiak]['0']+1;
|
|
$sectionStart=$sectionCount[$aiak]['0']+1;
|
|
$sectionCount[$aiak]['0']++;
|
|
$sectionCount[$aiak]['0']++;
|
|
$obj-> getActiveSheet() -> getStyle($col.$onRow) -> getFont()->getColor()->setRGB('f70000');
|
|
$obj-> getActiveSheet() -> getStyle($col.$onRow) -> getFont()->getColor()->setRGB('f70000');
|