Using Microsoft.Office.Interop.Word assembly

后端 未结 3 2102
感情败类
感情败类 2021-01-06 09:54

I have to do a word document programming in c#. Is there any way to access Microsoft.Office.Interop.Word assembly without installing Microsoft word? I tried to install Offic

3条回答
  •  清酒与你
    2021-01-06 10:24

    maybe its too late to answer... but for those who are looking for the same solution, Open XML SDK is the library Microsoft released and its used to work with office documents (doc, xls, ppt,...)

提交回复
热议问题