I am using EPPlus to read .csv file in vb.net. When I run this code, I get the error \"A disk error occurred during a write operation.
(Exception fro
I get the same error reading xls file. It turns out the workbook had hidden rows on the first sheet. I inspected the document and removed the hidden rows and it worked perfectly