Upload excel file and display it in grid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Upload excel file and display it in grid
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.
- Labels:
-
Best Practices
-
Design
-
Examples
-
Mashup-Widget
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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 .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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 .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Tags:
- How to upload Excel
