Manipulating Microsoft Word document without using Interop

雨燕双飞 提交于 2020-01-05 04:36:15

问题


  1. Is there any alternatives to manipulate Microsoft Word document (2003 and above) without using Microsoft.Office.Interop assemblies ?

  2. Is it possible to manipulate Microsoft Word document using native .NET assemblies without using COM ?

  3. Is there any third party components that provide native manipulation of the Microsoft Word document ?


回答1:


Aspose

DocID

OfficeWriter

Windward reports

TXText

The OpenXML sdk (for the new XML office file formats anyway)

All decent tools, they each have pluses and minuses though, just depends on what you want to do.




回答2:


  1. For 2003 I'd say no, for 2007+ you can use XML
  2. Again for 2003 I'd say no, for 2007+ you can use XML thus .Net can be used
  3. Sorry don't know and would reckon no


来源:https://stackoverflow.com/questions/4103447/manipulating-microsoft-word-document-without-using-interop

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!