Is there any way to run Excel macro from C# .Net without installing Excel?
Currently I am running a macro using Excel Microsoft.Office.Interop.Excel which requires Excel to be installed on the server machine. There are some libraries such as NPOI which can be used for reading or writing Excel but not sure whether it is possible to run the macro using such libraries without installing Excel.