/ Published in: PHP
URL: http://www.gersh.no/posts/view/easy-excel-export-from-php
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.
Expand |
Embed | Plain Text
<?php ?> <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>
You need to login to post a comment.
