I'm trying to save the results of my computations concerning the analysis of text file to excel file. for each parsed file I want to create an excel file with a word on the first line of text for each cell (I already have this data) and lines below the values calculated by my program.
I read the previous posts by various methods to interact with Excel from C # but I did not understand the characteristics of each.
Thanks and regards
Alessandro