Upload Excel File and Populate the Data into Pagelist
Hi,
We have a requirement that user can upload an excel file and populate the data from the excel file into pagelist.
The "choose file" button is pxFileUpload and put the file name into .FilePath. The "Upload" button has activity MSOParseExcelFile.
Questions:
1. When using pxFileUpload, is the .Filepath property only get the name of the file? if yes, where do I can find the file path?
2. How do I can parse the data using MSOParseExcelFile activity and populate it into the pagelist?