Hi Guys,
CSVConnector csvConnector = new CSVConnector(@"D:\Ranorex\TestData.csv");
I got an CSVconnector could not be found error message for using above code.. i added Microsoft.Office.Interop.Excel.dll. but it shows same error.. How to resolve this problem.
Thanks