I am writing a program in C# for analysing a structure details in an earth quake.I have a lot of data and want to put them in a excel file. I mean i need a function like this :
public void excel(int sheet_no,int row,int column,string value)
Is there any way to parse the text file and Put this data in Excel sheet ?