Generating a Word Document on the fly using .NET Core

We had an interesting requirement in one of our projects wherein we needed to generate a Word document on the fly. Here, we have a web application with a .NET core backend running on Azure. Using Office SDK for this purpose was ruled out for this reason. We needed something free, open-source, and supported on […]