I have an excel file with me. The contents of the excel file are as follows:-
RetVal Function name
retVal1 ITemplate.GetAllTemplate
retVal2 ITask.GetTaskInstanceFromTemplate
retVal3 CreateTask
I need to write .NET application to parse the excel sheet and call the appropriate functions mentioned in the excel sheet. Can anyone help me? I don't know where to start. Kindly help me.