问题
How to generate Word document(doc,docx) in ASP.NET?
回答1:
You can create OpenXML documents using the Open XML SDK 2.0 for Microsoft Office. Note that this only applies to .docx
, not .doc
binary files from earlier versions of Word.
Documentation can be found here.
回答2:
You can use WordML to create Word 2003 docx: http://www.informit.com/guides/content.aspx?g=xml&seqNum=176
回答3:
I suggest getting Aspose.Words
来源:https://stackoverflow.com/questions/1475471/how-to-generate-word-documentdoc-docx-in-asp-net