Hi,
I am using SpreadsheetClass to write some data to a excel sheet through c# code.
It was working fine. Now it has started giving an error in this line.
SpreadsheetClass xlsheet = new SpreadsheetClass();
Eroor is Retrieving the COM class factory for component with CLSID {0002E510-0000-0000-C000-000000000046} failed due to the following error: 80040154.
Please help.