Can c# read an xl file
I want to write a program that will read lines from an xl file and ask the user if they want the record based on the city. If yes I want the code to grab all records with the city and write to a new file. I then want to have the city stored in a list file so as the program runs or the next time the program is run it will not ask you if you want records of cities you said yes to on previous runs of the program. After running the program a few times it should no longer need to ask if you want a city and read the cities from the city list created by yes answers. It should create the latest new file with all records with cities of interest. Question can c# open and read from an xl file? Can you give me an idea of how the code would look? I’m a beginner in c# but have programmed large applications in the past. thanks for pointing me in the right direction!