$objExcel -> getActiveSheet() -> setCellValue('A'.$rownum,$cnt1);
$objExcel -> getActiveSheet() -> setCellValue('B'.$rownum,$arr['List']);
$objExcel -> getActiveSheet() -> setCellValue('C'.$rownum,$arr['Rec']);
$objExcel -> getActiveSheet() -> setCellValue('D'.$rownum,$arr['Strategy']);
$objExcel -> getActiveSheet() -> setCellValue('E'.$rownum,$arr['Budget_Of_Year']);
$objExcel -> getActiveSheet() -> setCellValue('F'.$rownum,$arr['Budget_Type']);
$objExcel -> getActiveSheet() -> setCellValue('G'.$rownum,$arr['Authority']);
$objExcel -> getActiveSheet() -> setCellValue('H'.$rownum,$arr['Subject']);
$objExcel -> getActiveSheet() -> setCellValue('I'.$rownum,$arr['Present'].$arr['Present1']);
$objExcel -> getActiveSheet() -> setCellValue('J'.$rownum,$arr['Date_Openpack']);
$objExcel -> getActiveSheet() -> setCellValue('K'.$rownum,$arr['Date_Agree']);
$objExcel -> getActiveSheet() -> setCellValue('L'.$rownum,$arr['Date_Present'].$arr ['Date_Present1']);
$objExcel -> getActiveSheet() -> setCellValue('M'.$rownum,$arr['Date_Approval']);
$objExcel -> getActiveSheet() -> setCellValue('N'.$rownum,$arr['Date_Contract']);
$objExcel -> getActiveSheet() -> setCellValue('O'.$rownum,$arr['Date_Delivery']);
$objExcel -> getActiveSheet() -> setCellValue('P'.$rownum,$arr['Notes']);