Create docx word document web api .net core 2.0
问题 I am developing a Web API project in Asp.net core 2.0. I am in need of a library or way to create Word document. I have searched an tried NPOI and DocX. Both are not as good as expected. Can anyone suggest me a tool? 回答1: At first glance, the below link can help somehow: https://asp.net-hacker.rocks/2017/02/23/word-document-formatter-in-aspnetcore.html Anyway, about DOCX - Word Document using Open XML SDK by Microsoft - you can install Open XML SDK into your solution using the version 2.8.1.