Is there a way in my C# code to replace the reference to Microsoft.Office.Interop.Excel.dll so that installing Excel on the user's machine is not necessary?
I have an application that creates an excel spreadsheet when requested by the user and it works great. However, I do not want the user to have to install Excel in order for my application to create this spreadsheet file.
My preferrence would be a drop-in replacement for Microsoft.Office.Interop.Excel.dll, but I'm open to other suggestions.
