This is the sample code to read the excel attachment on an Adaptive Form submission
I used the following library to parse the excel file. You can parse the excel file any number of ways
https://mvnrepository.com/artifact/org.apache.commons/commons-csv/1.8
A custom submit action was created and the ...