2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								< ? php  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/**  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  PHPExcel 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 * 
							 
						 
					
						
							
								
									
										
										
										
											2015-05-02 22:50:37 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								 *  Copyright  ( c )  2006  -  2015  PHPExcel 
							 
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								 * 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  This  library  is  free  software ;  you  can  redistribute  it  and / or 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  modify  it  under  the  terms  of  the  GNU  Lesser  General  Public 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  License  as  published  by  the  Free  Software  Foundation ;  either 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  version  2.1  of  the  License ,  or  ( at  your  option )  any  later  version . 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 * 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  This  library  is  distributed  in  the  hope  that  it  will  be  useful , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  but  WITHOUT  ANY  WARRANTY ;  without  even  the  implied  warranty  of 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  MERCHANTABILITY  or  FITNESS  FOR  A  PARTICULAR  PURPOSE .   See  the  GNU 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  Lesser  General  Public  License  for  more  details . 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 * 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  You  should  have  received  a  copy  of  the  GNU  Lesser  General  Public 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  License  along  with  this  library ;  if  not ,  write  to  the  Free  Software 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  Foundation ,  Inc . ,  51  Franklin  Street ,  Fifth  Floor ,  Boston ,  MA   02110 - 1301   USA 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 * 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  @ category    PHPExcel 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  @ package     PHPExcel 
							 
						 
					
						
							
								
									
										
										
										
											2016-08-16 13:02:03 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								 *  @ copyright   Copyright  ( c )  2006  -  2015  PHPExcel  ( https :// github . com / PHPOffice / PhpSpreadsheet ) 
							 
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								 *  @ license     http :// www . gnu . org / licenses / old - licenses / lgpl - 2.1 . txt 	LGPL 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 *  @ version     ##VERSION##, ##DATE##
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								 */ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								/** Error reporting */  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								error_reporting ( E_ALL );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-02-12 23:03:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								/** Include PHPExcel */  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								require_once  dirname ( __FILE__ )  .  '/../src/Bootstrap.php' ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Create new PHPExcel object
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Create new PHPExcel object "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel  =  new  \PHPExcel\Spreadsheet ();  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-02-12 23:03:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								// Set document properties
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set document properties "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getProperties () -> setCreator ( " Maarten Balliauw " )  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															 -> setLastModifiedBy ( " Maarten Balliauw " ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															 -> setTitle ( " Office 2007 XLSX Test Document " ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															 -> setSubject ( " Office 2007 XLSX Test Document " ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															 -> setDescription ( " Test document for Office 2007 XLSX, generated using PHP classes. " ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															 -> setKeywords ( " office 2007 openxml php " ) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
															 -> setCategory ( " Test result file " ); 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Create a first sheet, representing sales data
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Add some data "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> setActiveSheetIndex ( 0 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'B1' ,  'Invoice' );  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'D1' ,  \PHPExcel\Shared\Date :: PHPToExcel (  gmmktime ( 0 , 0 , 0 , date ( 'm' ), date ( 'd' ), date ( 'Y' ))  ));  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'D1' ) -> getNumberFormat () -> setFormatCode ( \PHPExcel\Style\NumberFormat :: FORMAT_DATE_XLSX15 );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'E1' ,  '#12566' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'A3' ,  'Product Id' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'B3' ,  'Description' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'C3' ,  'Price' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'D3' ,  'Amount' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'E3' ,  'Total' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'A4' ,  '1001' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'B4' ,  'PHP for dummies' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'C4' ,  '20' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'D4' ,  '1' );  
						 
					
						
							
								
									
										
										
										
											2012-02-12 23:03:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'E4' ,  '=IF(D4<>"",C4*D4,"")' );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'A5' ,  '1012' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'B5' ,  'OpenXML for dummies' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'C5' ,  '22' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'D5' ,  '2' );  
						 
					
						
							
								
									
										
										
										
											2012-02-12 23:03:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'E5' ,  '=IF(D5<>"",C5*D5,"")' );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-02-12 23:03:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'E6' ,  '=IF(D6<>"",C6*D6,"")' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'E7' ,  '=IF(D7<>"",C7*D7,"")' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'E8' ,  '=IF(D8<>"",C8*D8,"")' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'E9' ,  '=IF(D9<>"",C9*D9,"")' );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'D11' ,  'Total excl.:' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'E11' ,  '=SUM(E4:E9)' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'D12' ,  'VAT:' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'E12' ,  '=E11*0.21' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'D13' ,  'Total incl.:' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'E13' ,  '=E11+E12' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Add comment
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Add comments "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getComment ( 'E11' ) -> setAuthor ( 'PHPExcel' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objCommentRichText  =  $objPHPExcel -> getActiveSheet () -> getComment ( 'E11' ) -> getText () -> createTextRun ( 'PHPExcel:' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objCommentRichText -> getFont () -> setBold ( true );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getComment ( 'E11' ) -> getText () -> createTextRun ( " \r \n " );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getComment ( 'E11' ) -> getText () -> createTextRun ( 'Total amount on the current invoice, excluding VAT.' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getComment ( 'E12' ) -> setAuthor ( 'PHPExcel' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objCommentRichText  =  $objPHPExcel -> getActiveSheet () -> getComment ( 'E12' ) -> getText () -> createTextRun ( 'PHPExcel:' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objCommentRichText -> getFont () -> setBold ( true );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getComment ( 'E12' ) -> getText () -> createTextRun ( " \r \n " );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getComment ( 'E12' ) -> getText () -> createTextRun ( 'Total amount of VAT on the current invoice.' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getComment ( 'E13' ) -> setAuthor ( 'PHPExcel' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objCommentRichText  =  $objPHPExcel -> getActiveSheet () -> getComment ( 'E13' ) -> getText () -> createTextRun ( 'PHPExcel:' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objCommentRichText -> getFont () -> setBold ( true );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getComment ( 'E13' ) -> getText () -> createTextRun ( " \r \n " );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getComment ( 'E13' ) -> getText () -> createTextRun ( 'Total amount on the current invoice, including VAT.' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getComment ( 'E13' ) -> setWidth ( '100pt' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getComment ( 'E13' ) -> setHeight ( '100pt' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getComment ( 'E13' ) -> setMarginLeft ( '150pt' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getComment ( 'E13' ) -> getFillColor () -> setRGB ( 'EEEEEE' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Add rich-text string
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Add rich-text string "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objRichText  =  new  \PHPExcel\RichText ();  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objRichText -> createText ( 'This invoice is ' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPayable  =  $objRichText -> createTextRun ( 'payable within thirty days after the end of the month' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPayable -> getFont () -> setBold ( true );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPayable -> getFont () -> setItalic ( true );  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPayable -> getFont () -> setColor ( new  \PHPExcel\Style\Color ( \PHPExcel\Style\Color :: COLOR_DARKGREEN ));  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objRichText -> createText ( ', unless specified otherwise on the invoice.' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getCell ( 'A18' ) -> setValue ( $objRichText );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Merge cells
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Merge cells "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> mergeCells ( 'A18:E22' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> mergeCells ( 'A28:B28' ); 		// Just to test...
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> unmergeCells ( 'A28:B28' ); 	// Just to test...
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Protect cells
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Protect cells "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getProtection () -> setSheet ( true ); 	// Needs to be set to true in order to enable any worksheet protection!
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> protectCells ( 'A3:E13' ,  'PHPExcel' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set cell number formats
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set cell number formats "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'E4:E13' ) -> getNumberFormat () -> setFormatCode ( \PHPExcel\Style\NumberFormat :: FORMAT_CURRENCY_EUR_SIMPLE );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set column widths
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set column widths "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getColumnDimension ( 'B' ) -> setAutoSize ( true );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getColumnDimension ( 'D' ) -> setWidth ( 12 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getColumnDimension ( 'E' ) -> setWidth ( 12 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set fonts
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set fonts "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'B1' ) -> getFont () -> setName ( 'Candara' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'B1' ) -> getFont () -> setSize ( 20 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'B1' ) -> getFont () -> setBold ( true );  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'B1' ) -> getFont () -> setUnderline ( \PHPExcel\Style\Font :: UNDERLINE_SINGLE );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'B1' ) -> getFont () -> getColor () -> setARGB ( \PHPExcel\Style\Color :: COLOR_WHITE );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'D1' ) -> getFont () -> getColor () -> setARGB ( \PHPExcel\Style\Color :: COLOR_WHITE );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'E1' ) -> getFont () -> getColor () -> setARGB ( \PHPExcel\Style\Color :: COLOR_WHITE );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'D13' ) -> getFont () -> setBold ( true );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'E13' ) -> getFont () -> setBold ( true );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set alignments
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set alignments "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'D11' ) -> getAlignment () -> setHorizontal ( \PHPExcel\Style\Alignment :: HORIZONTAL_RIGHT );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'D12' ) -> getAlignment () -> setHorizontal ( \PHPExcel\Style\Alignment :: HORIZONTAL_RIGHT );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'D13' ) -> getAlignment () -> setHorizontal ( \PHPExcel\Style\Alignment :: HORIZONTAL_RIGHT );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'A18' ) -> getAlignment () -> setHorizontal ( \PHPExcel\Style\Alignment :: HORIZONTAL_JUSTIFY );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'A18' ) -> getAlignment () -> setVertical ( \PHPExcel\Style\Alignment :: VERTICAL_CENTER );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'B5' ) -> getAlignment () -> setShrinkToFit ( true );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set thin black border outline around column
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set thin black border outline around column "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$styleThinBlackBorderOutline  =  array (  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									'borders'  =>  array ( 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										'outline'  =>  array ( 
							 
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											'style'  =>  \PHPExcel\Style\Border :: BORDER_THIN , 
							 
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
											'color'  =>  array ( 'argb'  =>  'FF000000' ), 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										), 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									), 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								);  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'A4:E10' ) -> applyFromArray ( $styleThinBlackBorderOutline );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set thick brown border outline around "Total"
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set thick brown border outline around Total "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$styleThickBrownBorderOutline  =  array (  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									'borders'  =>  array ( 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										'outline'  =>  array ( 
							 
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											'style'  =>  \PHPExcel\Style\Border :: BORDER_THICK , 
							 
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
											'color'  =>  array ( 'argb'  =>  'FF993300' ), 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										), 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									), 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								);  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'D13:E13' ) -> applyFromArray ( $styleThickBrownBorderOutline );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set fills
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set fills "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'A1:E1' ) -> getFill () -> setFillType ( \PHPExcel\Style\Fill :: FILL_SOLID );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'A1:E1' ) -> getFill () -> getStartColor () -> setARGB ( 'FF808080' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set style for header row using alternative method
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set style for header row using alternative method "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'A3:E3' ) -> applyFromArray (  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										array ( 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											'font'     =>  array ( 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												'bold'       =>  true 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											), 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											'alignment'  =>  array ( 
							 
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												'horizontal'  =>  \PHPExcel\Style\Alignment :: HORIZONTAL_RIGHT , 
							 
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
											), 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											'borders'  =>  array ( 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												'top'      =>  array ( 
							 
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								 					'style'  =>  \PHPExcel\Style\Border :: BORDER_THIN 
							 
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								 				) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											), 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											'fill'  =>  array ( 
							 
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
									 			'type'        =>  \PHPExcel\Style\Fill :: FILL_GRADIENT_LINEAR , 
							 
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
									  			'rotation'    =>  90 , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									 			'startcolor'  =>  array ( 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									 				'argb'  =>  'FFA0A0A0' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									 			), 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									 			'endcolor'    =>  array ( 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									 				'argb'  =>  'FFFFFFFF' 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									 			) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									 		) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								);  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'A3' ) -> applyFromArray (  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										array ( 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											'alignment'  =>  array ( 
							 
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												'horizontal'  =>  \PHPExcel\Style\Alignment :: HORIZONTAL_LEFT , 
							 
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
											), 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											'borders'  =>  array ( 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												'left'      =>  array ( 
							 
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								 					'style'  =>  \PHPExcel\Style\Border :: BORDER_THIN 
							 
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								 				) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								);  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'B3' ) -> applyFromArray (  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										array ( 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											'alignment'  =>  array ( 
							 
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
												'horizontal'  =>  \PHPExcel\Style\Alignment :: HORIZONTAL_LEFT , 
							 
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
											) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								);  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'E3' ) -> applyFromArray (  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										array ( 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											'borders'  =>  array ( 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
												'right'      =>  array ( 
							 
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								 					'style'  =>  \PHPExcel\Style\Border :: BORDER_THIN 
							 
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								 				) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										) 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								);  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Unprotect a cell
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Unprotect a cell "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'B1' ) -> getProtection () -> setLocked ( \PHPExcel\Style\Protection :: PROTECTION_UNPROTECTED );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Add a hyperlink to the sheet
  
						 
					
						
							
								
									
										
										
										
											2014-11-12 22:22:20 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Add a hyperlink to an external website "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'E26' ,  'www.phpexcel.net' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getCell ( 'E26' ) -> getHyperlink () -> setUrl ( 'http://www.phpexcel.net' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getCell ( 'E26' ) -> getHyperlink () -> setTooltip ( 'Navigate to website' );  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'E26' ) -> getAlignment () -> setHorizontal ( \PHPExcel\Style\Alignment :: HORIZONTAL_RIGHT );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2014-11-12 22:22:20 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Add a hyperlink to another cell on a different worksheet within the workbook "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'E27' ,  'Terms and conditions' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getCell ( 'E27' ) -> getHyperlink () -> setUrl ( " sheet://'Terms and conditions'!A1 " );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getCell ( 'E27' ) -> getHyperlink () -> setTooltip ( 'Review terms and conditions' );  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'E27' ) -> getAlignment () -> setHorizontal ( \PHPExcel\Style\Alignment :: HORIZONTAL_RIGHT );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Add a drawing to the worksheet
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Add a drawing to the worksheet "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objDrawing  =  new  \PHPExcel\Worksheet\Drawing ();  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setName ( 'Logo' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setDescription ( 'Logo' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setPath ( './images/officelogo.jpg' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setHeight ( 36 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setWorksheet ( $objPHPExcel -> getActiveSheet ());  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Add a drawing to the worksheet
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Add a drawing to the worksheet "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objDrawing  =  new  \PHPExcel\Worksheet\Drawing ();  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setName ( 'Paid' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setDescription ( 'Paid' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setPath ( './images/paid.png' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setCoordinates ( 'B15' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setOffsetX ( 110 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setRotation ( 25 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> getShadow () -> setVisible ( true );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> getShadow () -> setDirection ( 45 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setWorksheet ( $objPHPExcel -> getActiveSheet ());  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Add a drawing to the worksheet
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Add a drawing to the worksheet "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objDrawing  =  new  \PHPExcel\Worksheet\Drawing ();  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setName ( 'PHPExcel logo' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setDescription ( 'PHPExcel logo' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setPath ( './images/phpexcel_logo.gif' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setHeight ( 36 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setCoordinates ( 'D24' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setOffsetX ( 10 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setWorksheet ( $objPHPExcel -> getActiveSheet ());  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Play around with inserting and removing rows and columns
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Play around with inserting and removing rows and columns "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> insertNewRowBefore ( 6 ,  10 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> removeRow ( 6 ,  10 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> insertNewColumnBefore ( 'E' ,  5 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> removeColumn ( 'E' ,  5 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set header and footer. When no different headers for odd/even are used, odd header is assumed.
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set header/footer "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getHeaderFooter () -> setOddHeader ( '&L&BInvoice&RPrinted on &D' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getHeaderFooter () -> setOddFooter ( '&L&B'  .  $objPHPExcel -> getProperties () -> getTitle ()  .  '&RPage &P of &N' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set page orientation and size
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set page orientation and size "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getPageSetup () -> setOrientation ( \PHPExcel\Worksheet\PageSetup :: ORIENTATION_PORTRAIT );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getPageSetup () -> setPaperSize ( \PHPExcel\Worksheet\PageSetup :: PAPERSIZE_A4 );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-02-12 23:03:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								// Rename first worksheet
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Rename first worksheet "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setTitle ( 'Invoice' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Create a new worksheet, after the default sheet
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Create a second Worksheet object "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> createSheet ();  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Llorem ipsum...
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$sLloremIpsum  =  'Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Vivamus eget ante. Sed cursus nunc semper tortor. Aliquam luctus purus non elit. Fusce vel elit commodo sapien dignissim dignissim. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Curabitur accumsan magna sed massa. Nullam bibendum quam ac ipsum. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Proin augue. Praesent malesuada justo sed orci. Pellentesque lacus ligula, sodales quis, ultricies a, ultricies vitae, elit. Sed luctus consectetuer dolor. Vivamus vel sem ut nisi sodales accumsan. Nunc et felis. Suspendisse semper viverra odio. Morbi at odio. Integer a orci a purus venenatis molestie. Nam mattis. Praesent rhoncus, nisi vel mattis auctor, neque nisi faucibus sem, non dapibus elit pede ac nisl. Cras turpis.' ;  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Add some data to the second sheet, resembling some different data types
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Add some data "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> setActiveSheetIndex ( 1 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'A1' ,  'Terms and conditions' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'A3' ,  $sLloremIpsum );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'A4' ,  $sLloremIpsum );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'A5' ,  $sLloremIpsum );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setCellValue ( 'A6' ,  $sLloremIpsum );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set the worksheet tab color
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set the worksheet tab color "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getTabColor () -> setARGB ( 'FF0094FF' );;  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set alignments
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set alignments "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'A3:A6' ) -> getAlignment () -> setWrapText ( true );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set column widths
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set column widths "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getColumnDimension ( 'A' ) -> setWidth ( 80 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set fonts
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set fonts "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'A1' ) -> getFont () -> setName ( 'Candara' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'A1' ) -> getFont () -> setSize ( 20 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'A1' ) -> getFont () -> setBold ( true );  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'A1' ) -> getFont () -> setUnderline ( \PHPExcel\Style\Font :: UNDERLINE_SINGLE );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getStyle ( 'A3:A6' ) -> getFont () -> setSize ( 8 );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Add a drawing to the worksheet
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Add a drawing to the worksheet "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objDrawing  =  new  \PHPExcel\Worksheet\Drawing ();  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setName ( 'Terms and conditions' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setDescription ( 'Terms and conditions' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setPath ( './images/termsconditions.jpg' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setCoordinates ( 'B14' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objDrawing -> setWorksheet ( $objPHPExcel -> getActiveSheet ());  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set page orientation and size
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Set page orientation and size "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2016-03-22 13:25:49 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getPageSetup () -> setOrientation ( \PHPExcel\Worksheet\PageSetup :: ORIENTATION_LANDSCAPE );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> getPageSetup () -> setPaperSize ( \PHPExcel\Worksheet\PageSetup :: PAPERSIZE_A4 );  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2012-02-12 23:03:57 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								// Rename second worksheet
  
						 
					
						
							
								
									
										
										
										
											2012-11-28 21:30:58 +00:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								echo  date ( 'H:i:s' )  ,  "  Rename second worksheet "  ,  EOL ;  
						 
					
						
							
								
									
										
										
										
											2010-08-26 19:14:53 +00:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> getActiveSheet () -> setTitle ( 'Terms and conditions' );  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Set active sheet index to the first sheet, so Excel opens this as the first sheet
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								$objPHPExcel -> setActiveSheetIndex ( 0 );