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><ST YLE 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="number2d ec">66.66666666 6667</td><td
class="number2d ec">25.66666666 6667</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
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><ST YLE 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="number2d ec">66.66666666 6667</td><td
class="number2d ec">25.66666666 6667</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
Comment