What would be the best solution for displaying the data by reading the data from uploaded excel from an Interface?
Use Case:
1) Upload the Excel in the Interface.
2) Read the data from the excel.(multiple Sheets - Each sheet will not have more than 10 to 20 rows)
3) Show the data in the Interface (Each sheet will be related as one to many relationship)
Note: Sheet1 will have parent table data and other sheets will have child table data
Discussion posts and replies are publicly visible
Hi, You can use readExcel function to read the excel data from uploaded excel sheet and once you have data , it totally depends how you structure your interface. You may consider creating grid to show your data.