Eranda10274
(Eranda Weerasingha)
1
Hello,
I’m currently working on a feature where users can upload Excel sheets containing data, and I need assistance with the following:
- Reading the data from the uploaded Excel sheet.
- Displaying this data in a visually appealing table within a Pega application.
Could you please provide guidance on how to achieve this? Your expertise in this matter would be greatly appreciated.
Thank you.
ArulDevan
(Aruldevan Thangappan T)
2
Hi @Eranda10274: Please see this.
You should be able to use pxParseExcelFile.
Thanks.
Eranda10274
(Eranda Weerasingha)
3
@ArulDevan Thank you ArulDevan.
@Eranda10274
We have a couple of steps involved here:
-
Create a Data table to get the Page with property
-
Create a binary file for the Excel file to upload
-
Create an activity to parse the excel use(pxParseExcelFile) OOTB method.
-
Create a section to display the data
please follow this below link it’s explained in detail:
https://mypegapoc.com/2022/04/upload-an-excel-file-parse-it-and-display-the-content/
Eranda10274
(Eranda Weerasingha)
5
Thank you @Ankush Agrawal