Editing Microsoft Word Documents Programmatically

后端 未结 6 1261
死守一世寂寞
死守一世寂寞 2020-12-10 06:08

I want to know if this could be done.

I am building a data dictionary for our software system (school project), and I\'m thinking of an automated way to do this. Bas

6条回答
  •  無奈伤痛
    2020-12-10 06:22

    Using COM programming is not the best way as mentioned by erikkallen, I suggest using OPEN XML. It is really easy to use and your document generation operation will be very fast.

    http://blog.goyello.com/2009/08/21/how-to-generate-open-xml-file-in-c-in-4-minutes/ http://msdn.microsoft.com/en-us/library/aa338205(v=office.12).aspx

提交回复
热议问题