How to generate Word document(doc,docx) in ASP.NET? [closed]
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . 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