Hello,
I am having a requirement to upload an excel or csv file (whichever is possible) from my UI5 application and display the contents from the file in a table format. I have created the table (oTable) and created binding with oModel. Also, I am able to upload the file using sap.m.UploadCollection.
However, I am unable to figure out how to get the contents from UploadCollection and set it to oModel so that it can be populated in the table.
Any help will be appreciated!
Thanks,
Charles