01.
?>
02.
<table width=
"310"
align=
"center"
>
03.
<?
for
(
$i
=1;
$i
<=7;
$i
++){?>
04.
<tr align=
"center"
>
05.
<td width=
"104"
height=
"21"
align=
"right"
>
06.
<?=
$xlSheet1
->Cells->Item(
$i
,1);?>
07.
</td>
08.
<td width=
"151"
>
09.
<?=
$xlSheet1
->Cells->Item(
$i
,2);?>
10.
<div align=
"center"
></div></td>
11.
<td width=
"39"
>
12.
<?=
$xlSheet1
->Cells->Item(
$i
,3);?>
13.
</td>
14.
</tr>
15.
<?}?>
16.
</table>
17.
<?
18.
19.
$xlApp
->Application->Quit();
20.
$xlApp
= null;
21.
$xlBook
= null;
22.
$xlSheet1
= null;
23.
?>