Hi,
i have converted the InputStream to base64 and read the data of excel sheet using
ExcelReaderFactory.CreateOpenXmlReader(fileStream);
but when I am trying to convert the base64 value to Inputstream and read the excel sheet it is getting an invalid file exception. [In MVC]