I want to just take the specific cell like $rowcount = count($excel -> rows(1)); for( $i=1; $i <= $rowcount; $i+=3){ $cell = 'C'.$i ; echo $cell; }