How I have this code: private static IExcelDataReader CreateBinaryReader(Stream fileStream) { IExcelDataReader reader = new ExcelBinaryReader(); reader.Initialize(fileStream); return reader; } and for new Go to the complete details ... Bookmark It