Using Microsoft.Office.Interop.Word in asp.net

前端 未结 1 1662
-上瘾入骨i
-上瘾入骨i 2020-12-20 09:18

I\'m attempting to leverage the Microsoft.Office.Interop.Word dll in my asp.net application. Long story short, an internal web based document management/editing system requ

相关标签:
1条回答
  • 2020-12-20 09:48

    I would use the openXML SDK instead for the reason todda.speot.is gives

    http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=5124

    http://www.codeproject.com/Articles/87711/Manipulate-Docx-with-C-without-Microsoft-Word-inst

    0 讨论(0)
提交回复
热议问题