Import dat from cvs or xls file into dataset
Hi, I am solving this problem:I need import data into DataSet, but i dont know how.I think, it could be done like this:
1.I save xls file like cvs or other txt file(with separators of data) and in C# i will use stream reader for get it into dataset.
2.I save the xls file like xml file, and than i will read it into dataset.
3.I read into data set xls file.
What is your opinion? Are these options right?
Thanks for any advice.
|