How create single HTML file to viewed in Excel with multiple sheets?
- by Dmitry Nelepov
I want know, is it possible create single HTML file wich (after chaging extension to xls) when opened at Excel will parsed to multiple sheets.
Little example
i got file
test.xls with contents
<html>
<body>
<table>
<tr>
<td>
1
</td>
<td>
2
</td>
<td>
3
</td>
<td>
…