$satir=$data->sheets[0]['numRows']; //satir sayisi
$sutun=$data->sheets[0]['numCols'];//sutun sayisi
echo "<b>Satır sayısı: ".$satir;
echo "<br>Sütun sayısı: ".$sutun ."</b><br>";
echo '<select name="select" id="select">';
for ($i = 2; $i <= $satir; $i++) {
for ($j = 1; $j <= 1; $j++) {
?>
<option><?=$data->sheets[0]['cells'][$i][3]?></option>       		
<?php			
}
echo '</select>'
merhabalar PHP ile exceli okuyorum select içerisinde almak istiyorum ama
he satıra ayrı ayrı option atıyor bunu tek select içinde nasıl gösterebilirim
yaptım bir } önceye alınca tşkler yinede herkese