FileStream stream = File.Open(excelFilePath, FileMode.Open, FileAccess.Read);
excelReader = Excel.ExcelReaderFactory.CreateOpenXmlReader(stream);
DataSet result = excelReader.AsDataSet();
result is null for the attached file.
Comments: ** Comment from web user: bvolkan **
excelReader = Excel.ExcelReaderFactory.CreateOpenXmlReader(stream);
DataSet result = excelReader.AsDataSet();
result is null for the attached file.
Comments: ** Comment from web user: bvolkan **
Yes I've got the same problem it was zip library ICSharpCode.SharpZiplib. I will move this one there if it is OK with Maxplod...?