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