开发者

Creating a Word Document using XML and C#

开发者 https://www.devze.com 2023-02-03 23:13 出处:网络
I\'ve created an xml template for a report. A user is supposed to be able to add information to personalise this report to their own n开发者_开发技巧eeds by a program im creating in C#

I've created an xml template for a report. A user is supposed to be able to add information to personalise this report to their own n开发者_开发技巧eeds by a program im creating in C#

How can I edit the contents of an entity then from what a user puts into a textbox and then display this on word?


There's a ton of information on the net about creating Word documents using XML and C#. There are lots of possibilities.

Microsoft publishes something they call the "Open XML Format SDK" that helps with this.

Try this search.

This page provides a bunch of "how to" articles summarizing how to fiddle with Word documents using XML and C#.

0

精彩评论

暂无评论...
验证码 换一张
取 消