Hello All
I am trying to upload a .XLS file through a FIORI app , but all the blogs in SDN talks about uploading only CSV file.
I understood from the research that we need to use third party library , so I tried to get hold of xlsx.full.min.js file but
1> I dont get a proper file which doesnt show syntax error in console
2>Once I get the file, I want to add in the LIB of the app and call it in controller.js.
Can someone help me with the correct xlsx.full.min.js file and also if any blogs which say they have done it before using any existing SAP library.
Please note: I cannot use CSV file upload as an alternative hence do not suggest that.