Posted by Nick Gerber on 02/02/07 14:14
Hi
As this is a PHP Newsgroup I'd recommend Spreadsheet_Excel_Writer
(http://pear.php.net/package/Spreadsheet_Excel_Writer/redirected).
Nick
Sonnich wrote:
> Hi all!
>
> We discussed it lately, how to create xls files.
>
> I use(d) a way to save in html format, which excel can open nicely.
> However, now I need 2 sheets, and I am stuck on that.
>
> Any ideas?
>
> I have
>
> <html><head><STYLE TYPE="text/css"> <!-- .number2dec {mso-number-
> format: Fixed;}
> .number0dec {mso-number-format: 0\;} -->
> </STYLE></head>
> <table border=1 name="sheet1">
> <tr><td>2006/01</td><td class="number2dec">66.666666666667</td><td
> class="number2dec">25.666666666667</td></tr>
> </table>
> <table border=1 name="sheet2">
> <tr><td>abc</td></tr>
> </table>
> </html>
>
> but that merges them into one sheet.... there probably is a way
>
> S
>
[Back to original message]
|