Posted by Sonnich on 02/02/07 13:39
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]
|