gpt4 book ai didi

html - 如何将 html 经文本作为 excel 中的一个单元格?

转载 作者:太空宇宙 更新时间:2023-11-04 13:10:27 25 4
gpt4 key购买 nike

我用html来制作excel文档,像这样:

<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40">
<head><!--[if gte mso 9]><xml><x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>{worksheet}</x:Name><x:WorksheetOptions><x:DisplayGridlines/></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook></xml><![endif]-->
</head><body>
<table>
<tr>
<td style="mso-number-format:\@;white-space:nowrap">test</td>
<td style="mso-number-format:\@;white-space:nowrap">test<br/>hello</td>
</tr>
</table>
</body>
</html>

但是<br/>在 excel 中导致跨单元格。

cross cell

那么如何在一个单元格中制作经线文本呢?


更新:
我找到了解决它的方法。使用风格mso-data-placement :

<style type="text/css"> 
br{
mso-data-placement:same-cell;
}
</style>

最佳答案

我找到了解决它的方法。使用样式 mso-data-placement:

<style type="text/css"> 
br{
mso-data-placement:same-cell;
}
</style>

关于html - 如何将 html 经文本作为 excel 中的一个单元格?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34001595/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com