问题
Is there any alternatives to manipulate Microsoft Word document (2003 and above) without using Microsoft.Office.Interop assemblies ?
Is it possible to manipulate Microsoft Word document using native .NET assemblies without using COM ?
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:
- For 2003 I'd say no, for 2007+ you can use XML
- Again for 2003 I'd say no, for 2007+ you can use XML thus .Net can be used
- Sorry don't know and would reckon no
来源:https://stackoverflow.com/questions/4103447/manipulating-microsoft-word-document-without-using-interop