Excel 2007 is installed in the system but not able to detect it by code.
Here is my code
Excel.Application _excelApp = null;
_excelApp = new Excel.Application();
_excelApp is returning null value.
Excel 2007 is installed in the system but not able to detect it by code.
Here is my code
Excel.Application _excelApp = null;
_excelApp = new Excel.Application();
_excelApp is returning null value.