I need to make an application where users upload a certain document template (Word, etc.) and they place in it controls (labels, textboxs) with certain ids and based on the ids of the controls, I have to fill the template with data from SQL server and then make the word document filled with data available to download.
Is it anyway I can do with using C# and APS.NET, Javascript, Jquery, etc.?
I don’t really know where to start.
Thanks in advance.
I searched a little bit and I found out that the solution to my problem is Open XML SDK 2.0 for Microsoft Office
I never used it and I guess I have to search a lot until i can use it in my application. Hopefully, It will work fine.