Open HTML in Excel
when opening the following html in Excel, the first <td actully
was converted into 3 excel cell. is there any way I can force them into
one cell? so that each <td got converted exactly into one cell no
matter what html text inside <td
<table
<tr
<td
Column 1
<li
item #1
<li
item #2
</td
<td
Column 2
</td
</tr
</table
|