How to generate Word document(doc,docx) in ASP.NET? [closed]

ε祈祈猫儿з 提交于 2020-01-09 10:31:51

问题


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

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