I would like to know how to edit existing excel file template by editing some of the cells, in ASP.NET using c#?
I have already tried using excel library by adding COM component for excel library. But this required excel to be installed on server. And it is creating some issues when multiple users working on same.
Is there any way to edit existing excel file using drivers instead of using excel library?
Thanks in Advance!!!