我需要在 Microsoft Excel 电子表格中显示带有 html 标记的文本。
我需要
<strong>This should appear in bold - but you should not see the strong tags</strong>
在电子表格的单元格中显示为粗体文本 - 在开头和结尾处没有强标记。
这应该以粗体显示 - 但您不应该看到强标签
我需要在 Microsoft Excel 电子表格中显示带有 html 标记的文本。
我需要
<strong>This should appear in bold - but you should not see the strong tags</strong>
在电子表格的单元格中显示为粗体文本 - 在开头和结尾处没有强标记。
这应该以粗体显示 - 但您不应该看到强标签
我不认为 excel 支持这一点。唯一的方法是编写一些为您完成它的 vba 代码......也许有一个可用的插件可以完成这项工作
试试这个:
HTML Text with tags to formatted text in an Excel cell