What is the easiest way to import a CSV file into a .NET DataTable object?
I am using Visual Studio 2005.
1) Does OLEDB have a driver that could parse a CSV into a datatable?
2) Is some other class inside the System.Data namespace able to parse a CSV file?
3) What about VSTO, does that have a tool that could allow me to tap into the functionality of Excel and read a CSV file? (I'm not very familiar with VSTO)
thanks!
brokeMyLegBiking
Start Free Trial