Word 2010 不支持 XML 方案...有其他选择吗? (asp.net)

发布于 2024-11-29 13:44:11 字数 193 浏览 2 评论 0原文

我正在寻找从 Word 模板(asp.net)创建/更改 doc/docx 文件的新替代方案。过去我使用 XML 方案创建文档,但由于 i4i case Word 2010 不支持它们。 Microsoft 建议使用自定义控件,但我有大量文档,其中包含相当多动态生成的表,并且我认为这些控件不是一个好的解决方案。

有没有人有类似于 XML 方案的替代方案?

I'm looking for new alternatives in creating/changing doc/docx files from word template (asp.net). In the past I was creating documents using XML schemes, but since i4i case Word 2010 don't support them. Microsoft suggests custom controls, but I have large documents with quite a few dynamically generated tables and I don't think that these controls are a good solution.

Does anyone have any alternatives similar to XML Schemes?

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

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

发布评论

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

评论(1

小…红帽 2024-12-06 13:44:11

查看 Microsoft 的 Open XML SDK 2.0
然后,您可以使用 Simple OOXML 项目开始。
不适用于旧版 Office 文档(即 doc/xls),仅适用于 docx 和 xslx 等新文档。

提示:docx/xslx 实际上是一个充满 xml 文档的 zip 文件。只需将扩展名更改为 zip 即可。

Check out the Open XML SDK 2.0 from Microsoft.
Then you can use the Simple OOXML project to get you started.
Does not work for legacy office documents (i.e. doc/xls) only the new ones like docx and xslx.

hint: a docx/xslx is really a zip file full of xml documents. just change the extension to zip.

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