<table cellspacing="0" cellpadding="0"> <tr><td class="t_f" id="postmessage_46877"> <div class="blockcode"><div id="code_r0Y"><ol> <li> <li><?php<li>header("content-type: application/vnd.ms-excel");<li>header("content-disposition:attachment; filename=example.xls");<li>//注意してくださいheadとcharsetは出力したい内容のエンコードと一致していないとExcelで開いたときに文字化けする可能性があります。 <li>echo <<<eot<li><head></li> <li><meta http-equiv="content-type" content="text/html; charset=utf-8" /></li> <li><title>php 出力Excel の例</title></li> <li></head></li> <li><table width="100%" border="1"></li> <li><tr></li> <li> <th>名前</th></li> <li> <th> ;/th></li> <li> <th> 性別 </th> <th><li> <th> 誕生日 </th> <th><li> <th> 都市 </th> <th><li> </li></th> </li></th> </li></th> </li> </ol></div></div> </td></tr> <li> <tr> <li> <td>オリンピック&lt;/td&gt;&lt; td&gt; 9527&lt;/td&gt; ; <li></tr></li> <li></table></li> <li>eot;</li> <li>?></li> <li> <li> <li>コードをコピー</li> <li> <em onclick="copycode($('code_r0Y'));"></em> </li> </td> </li> </tr> </li> </table> <div id="comment_46877" class="cm"></div>