Excel 未选取 XML 元素

发布于 2024-11-27 22:16:01 字数 505 浏览 1 评论 0原文

我有以下 XML

  <flow>
      <material><mattext fontface="Arial"><p style="white-space: pre-wrap"><font size="11">This is my text content</font></p></mattext>
</material>
    </flow>

当我在 Excel 中打开它时,它会选择

fontface="Arial"
style="white-space: pre-wrap"
font size="11"

As 属性,我可以从中生成电子表格,

但不会选择“这是我的文本内容” - 这是重要的一点

我可以生成一些 XSD 文件来处理这个或更好的方法是让 excel 将 html 代码呈现为格式

I have the following XML

  <flow>
      <material><mattext fontface="Arial"><p style="white-space: pre-wrap"><font size="11">This is my text content</font></p></mattext>
</material>
    </flow>

When I open it in Excel it picks up

fontface="Arial"
style="white-space: pre-wrap"
font size="11"

As attributes which I can generate a spreadsheet from

But is dosnt pick up "This is my text content" - which is the important bit

Can I generate some XSD file to deal with this or better yet get excel to render the html code as formatting

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒与心事 2024-12-04 22:16:01

在Excel 2007中(你根据标签来使用这个),当你打开一个XML文件时,它会弹出一个对话框,询问如何处理该xml文件。有三个选择。
第一个选项是“作为 XML 表”。选择它。
它会显示有关架构的信息,只需按“确定”即可。

它为我获取了上述内容。它有四列,其中包含:

|宋体 |空白:预换行 |这是我的文字内容| 11 | 11

这应该可以解决你的问题。如果没有,请详细说明问题。

In Excel 2007 (you use this according to the tag), when you open a XML file, it pops up a dialog box asking what to do with the xml file. There's three options.
First option is "As an XML table". Choose it.
It will say something about schema, just press OK.

It picked up the said content for me. It had four columns which contained,

| Arial | white-space: pre-wrap | This is my text content | 11 |

This should solve your problem. If not, please elaborate the question.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文