level 13
zgh26782000
楼主
如果直接用br换行 会被拆分成几个单元格,用<br style='mso-data-placement:same-cell;'/> 链接又显示不出来,怎么办
比如这样
<table border="1">
<tr>
<td>
<a href="ss">sssssss</a><br/>
<a href="ss">sssssss</a>
</td>
</tr>
</table>
然后保存成xls格式的,他会拆分成两行
2011年04月13日 08点04分
1
比如这样
<table border="1">
<tr>
<td>
<a href="ss">sssssss</a><br/>
<a href="ss">sssssss</a>
</td>
</tr>
</table>
然后保存成xls格式的,他会拆分成两行