How to parse .xls file line by line using C#? Or it is possible to convert from .xls to .csv file using C#?
https://drive.google.com/file/d/0B5QCp8zWvdyLQllmRk9GOHlNM2c/view?usp=sharing
How to parse .xls file line by line using C#? Or it is possible to convert from .xls to .csv file using C#?
https://drive.google.com/file/d/0B5QCp8zWvdyLQllmRk9GOHlNM2c/view?usp=sharing
You can read them like a matrix, consisting of rows and columns. There are lots of libraries on NuGet to do that. Or you can look at the answers to convert it to a csv file.