I have an ASP.NET application with code behind in C# (Visual Studio 2008) which import records from Excel 2007 to Grid View, and export records from Grid View to Excel 2007 (read - write).
I am using Excel Object (Microsoft.Office.Interop.Excel) to operate Excel file, and that work just fine because I have installed Office 2007 on developers PC. I am using only Excel 2007.
Problem occurs when I wont to setup application on the Win Server 2003, which has no Microsoft Office installed.
Is there a way for me to still run the program without installing Office on the server? Can I install just some components and which one?