Click here to Skip to main content
15,895,557 members

Comments by Er. Shailesh (Top 3 by date)

Er. Shailesh 19-Sep-16 8:06am View    
@zamanipour, You've asked me to use my method , i.e. DataSet ds= ReadXlsx(filepath);
but that method returns blank dataSet.
Er. Shailesh 19-Sep-16 7:59am View    
How can I provide that document ? I did not find any option to attach file while posting the question.
Er. Shailesh 19-Sep-16 7:57am View    
Its a class from MetaData.
public static class ExcelReaderFactory
{
public static IExcelDataReader CreateBinaryReader(Stream fileStream);
public static IExcelDataReader CreateOpenXmlReader(Stream fileStream);
}