Ameer Shaik

Ameer Shaik

  • 1.5k
  • 151
  • 22k

Encode and Decode of Base64(string) to Excel sheet

May 30 2019 6:31 AM
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]