Uncaught TypeError: XLSX.read is not a function while uploading an Excel File in SAPUI5 application
I am trying to read a .xlsx file in my SAPUI5 application using FileReader api.
My requirement is to read the content of the Excel. For this, I have used xlsx library to read the Excel file content.