Quantcast
Channel: Excel Data Reader - Read Excel files in .NET
Viewing all articles
Browse latest Browse all 448

Created Unassigned: Example of excel file returning no datasets [12455]

$
0
0
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.

Viewing all articles
Browse latest Browse all 448


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>