Hi,
I am working on a project where I need to upload a excel file from my system and display its content in grid. On uploading it should direct to a popup with grid and the contents in excel has to be displayed in grid.
I tried to use file upload but its so confusing and the tutorial too didnt help me understand how to make my scenario possible.
Please provide some help.
Thanks,
V Shalini.
Solved! Go to Solution.
You can use CSVParser extension from Market place and can read a CSV file in to a grid .There is a service from this extension and that is "ReadCSVFile" .You can take output of this service and map it to grid .But this will only work for CSV file format .
You can use CSVParser extension from Market place and can read a CSV file in to a grid .There is a service from this extension and that is "ReadCSVFile" .You can take output of this service and map it to grid .But this will only work for CSV file format .
Hi @svisveswaraiya.
If the previous response from @mnarang answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon