日期:2014-05-16 浏览次数:20570 次
$sql=$sql1.$sql_initbest;
echo $sql;
//initRows4($start_date,$end_date,$objActSheet);
//$months=getIntMonth($start_date,$end_date1);
//$count_1=3*$months+3;//每个月有3列
//echo $sql1.$sql_initbest;
$query = mssql_query($sql);
//$c=0;
//$arr=Array('A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','S','T','U','V','W','X','Y','Z');
//$count_4=0;//月份计数器
//$n=4;
//$arr1=array();
while($row=mssql_fetch_array($query)){
print_r($row);
echo "<br><br>";
$sheet->getStyle('D6')
->getNumberFormat()
->setFormatCode('#,##0');