从PHP轻松导出Excel
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从PHP轻松导出Excel相关的知识,希望对你有一定的参考价值。
This is saved from Gerhard Slettens weblog www.gersh.no. I just want yo keep it on snipplr so it easily can be fetched through textmate.
<?php print " "; // Add a line, unless excel error.. ?> <table border="1"> <tr> <th>header 1</th> <th>header 2</th> </tr> <tr> <td>data 1</td> <td>data 2 - nordic letters æ, æ, å</td> </tr> </table>
以上是关于从PHP轻松导出Excel的主要内容,如果未能解决你的问题,请参考以下文章