excel|数据
一个打开Excel AP制作EXCEL数据的简单范例。
<code><font color="#000000"><font color="#0000bb"></font><font face="新宋体"><font color="#007700"><?<br/></FONT><FONT color=#0000bb>$excel </FONT><FONT color=#007700>= new </FONT><FONT color=#0000bb>COM</FONT><FONT color=#007700>(</FONT><FONT color=#dd0000>"Excel.Application"</FONT><FONT color=#007700>) or die( </FONT> <FONT color=#dd0000>「Excel をインスタンス化できません」</FONT> </FONT><FONT face=新宋体><FONT color=#007700>);<br/><br/></FONT><FONT color=#0000bb>$excel</FONT><FONT color=#007700>-></font><font color="#0000bb">表示</font><font color="#007700">= </font><font color="#0000bb">0</font></font><font face="新宋体"><font color="#007700">;<br><br></font><font color="#0000bb">$book</font><font color="#007700">= </font><font color="#0000bb">$excel</font><font color="#007700">-></font><font color="#0000bb">ワークブック</font><font color="#007700">-></font><font color="#0000bb">追加</font></font><font face="新宋体"><font color="#007700">;<br></font><font color="#0000bb">$book</font><font color="#007700">-></font><font color="#0000bb">タイトル</font><font color="#007700">=</font><font color="#dd0000">「Excelの例」</font></font><font face="新宋体"><font color="#007700">;<br> </font><font color="#0000bb">$book</font><font color="#007700">-> ;</font><font color="#0000bb">Subject</font><font color="#007700">=</font><font color="#dd0000">「これは Excel サンプル プログラムで作成された Excel ファイルです」</font></font><font face="新宋体"><font color="#007700">;<br><br></font><font color="#0000bb">$sheet</font><font color="#007700">=</font><font color="#0000bb">$book</font><font color="#007700">-></font><font color="#0000bb">ワークシート</font><font color="#007700"> (</font> <font color="#dd0000">"シート 1"</font></font><font face="新宋体"><font color="#007700">);<br></font><font color="#0000bb">$Range</font><font color="#007700">=</font><font color="#0000bb">$sheet</font><font color="#007700">-></font><font color="#0000bb">Range</font><font color="#007700">(</font><font color="#dd0000">"A1:C10"</font></font>) <font face="新宋体"> <font color="#007700">);<br>のため(</font> <font color="#0000bb">$i</font><font color="#007700">=</font><font color="#0000bb">1</font><font color="#007700">;</font><font color="#0000bb">$i</font><font color="#007700"><=</FONT><FONT color=#0000bb>10</FONT><FONT color=#007700>;</FONT><FONT color=#0000bb>$i</FONT></FONT><FONT face=新宋体><FONT color=#007700>++): <br/> For(</FONT>) <FONT color=#0000bb>$j</FONT><FONT color=#007700> =</FONT> <FONT color=#0000bb>1</FONT><FONT color=#007700>;</FONT><FONT color=#0000bb>$j</FONT><FONT color=#007700><=</FONT><FONT color=#0000bb>3</FONT><FONT color=#007700>;</FONT><FONT color=#0000bb>$j</FONT></FONT><FONT face=新宋体><FONT color=#007700>++):<br/> $Range</FONT><FONT color=#0000bb>-></font> <font color="#007700">細胞</font><font color="#0000bb">(</font><font color="#007700"> $j</font><font color="#0000bb">,</font><font color="#007700">$i</font><font color="#0000bb"></font><font color="#007700">); </font>Chr<font color="#0000bb"></font>(</font><font face="新宋体">$i<font color="#007700"><br> +</font><font color="#0000bb">64</font><font color="#007700">).</font><font color="#0000bb">$j</font><font color="#007700">; </font>## の値を挿入しますA1:C10 <font color="#0000bb"> </font><font color="#007700"></font>EndFor;<font color="#0000bb">EndFor;</font><font color="#007700"></font><font color="#0000bb">$book</font><font color="#007700"> -></font><font color="#0000bb">名前を付けて保存 </font><font color="#007700">(</font></font>"c:excel. );<font face="新宋体" color="#ff8000"><br></font>$excel <font face="新宋体"> <font color="#007700">-><br><br>リリース<br></font><font color="#0000bb"></font>();<font color="#007700"></font><font color="#0000bb">$excel </font><font color="#007700">= </font><font color="#dd0000">null</font><font color="#007700"></font></font>;<font face="新宋体"><font color="#ff8000"><br><br>?></font><font color="#0000bb"> </font><font color="#007700"></font><font color="#0000bb"></font> </font>
<font face="新宋体">
<font color="#007700">
<br>
</font>
<font color="#0000bb"></font></font></font> |