|
|
|
สอบถาม php ในการอ่านข้อมูล excel ในการนับจำนวนแถว และ column โดยที่ไม่รู้จำนวนข้อมูล |
|
|
|
|
|
|
|
Code (PHP)
<?
$i=1;
while($xlSheet1->Cells->Item($i,1) != "")
{
?>
<tr>
<td><?=$xlSheet1->Cells->Item($i,1);?></td>
<td><?=$xlSheet1->Cells->Item($i,2);?></td>
<td><?=$xlSheet1->Cells->Item($i,3);?></td>
<td><?=$xlSheet1->Cells->Item($i,4);?></td>
<td><?=$xlSheet1->Cells->Item($i,5);?></td>
<td><?=$xlSheet1->Cells->Item($i,6);?></td>
</tr>
<?
$i = $i + 1;
}
?>
ก็น่าจะถุกแล้วครับ
|
|
|
|
|
Date :
2012-02-14 05:42:51 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณครับ เดี่ยวไปลองต่อก่อน
|
|
|
|
|
Date :
2012-02-14 07:30:35 |
By :
yungyumyai |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|