本文介绍了您知道Word的课程吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,

您是否知道类似于BasicExcel的类,以允许读写Word文档?

我想创建一个GUI程序,该程序将基本上模仿Word文档,然后获取该数据并将其导入到Word文档中.主要目的是允许人们填写文档所需的数据,而不必实际使用Word文档.

有什么建议吗?

谢谢

Hello,

Are you aware of a class similar to BasicExcel to allow for reading and writing to a Word document?

I would like to create a GUI program which would basically mimic a Word document, then take that data and import it into a Word document. The main purpose is to allow people to fill in the data required of the document without having to actually work with the Word document.

Any suggestions?

Thank you

推荐答案


using word=microsoft.office.interpo.word;
using system.reflection;


然后您可以在Word文件中做任何您想做的事

祝你好运


and then you can do what ever you want in word file

good luck


这篇关于您知道Word的课程吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

07-24 20:40