用代码中的值替换合并字段
我有这样的文本: Hello <
其中 <>和<>是文档中的合并字段,我有一个数组中的客户列表,我想将它们分配给这些字段。我该怎么做?
I have this Text: Hello <<FirstName>> <<LastName>>
in which the <> and <> are merge fields in a document, and I have a list of customers in an array which I want to allocate them to these fields. How do I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道你的数组是如何构造的,但是:
I don't know how you have your array structured, but:
看起来您想要 使用 VB.NET 合并 Word 文档中的字段值。如果我是正确的,您可以尝试 Aspose.Words for .NET。该组件为此类合并场景提供了全面的解决方案。
这里还有一个简单的代码片段:
披露:我在 Aspose 担任开发人员传播者。
It looks like you want to merge the field values in a Word document using VB.NET. If I'm correct, you may try Aspose.Words for .NET. This component provides a comprehensive solution for such merging scenarios.
Here is a simple code snippet as well:
Disclosure: I work as developer evangelist at Aspose.