I am working on the phpexcel to create excel sheet and i have to validate that sheet for some columns. I tried for the below code
$objValidation = $objPHPExcel->getActiveSheet()->getCell('D1')->getDataValidation();
It gives me cell D1 validated but i want to validate whole column D validated.So what i have to do please help