Hi
I currently use ClosedXML.Excel to import Excel files can it be used for csv files as well
Currently it gives a file contains corrupted data error
The txt.InputStream causes the error
For Each postedfile As HttpPostedFile In FileUpload1.PostedFiles
Dim txt = postedfile
Using workBook As New XLWorkbook(txt.InputStream)