Click here to Skip to main content
15,885,885 members

Comments by Srikanth Anandateertha (Top 1 by date)

Srikanth Anandateertha 7-Oct-11 11:39am View    
You can handle .xlsx also using this
// Reading from a OpenXml Excel file (2007 format; *.xlsx)
IExcelDataReader excelReader = ExcelReaderFactory.CreateOpenXmlReader(stream);