How to get all availabe excel column names in to a PageList ?
I need to get any number of columns available in an excel sheet, to get to a PageList.
.pxResults(1).CoulumnName = "ColumnA"
.pxResults(2).ColumnName = "ColumnB"
It would be great if someone knows to retriew this format using customized "MSOParseExcelFile" or a Single Jave Step to Embed in to this activity.