Accessing csv, text(tab), xls files
HI I have files which are either xls, txt(tab), csv format.
They have a column name and data for eg:
xyz abc cde efg
---------------------------------------
1 "xyz" -20 No
2 "asdf" 10 Yes
This is just example data my files have atleast 15 columns and few r nulls for a row.
How do i read this data using ADO.net and display in grid and store in database?
|