Taz
2 years agoContributor
How to iterate throw Excel data in a groovy script?
I created a data source with Excel and want to use it in a groovy script. Using "Get Data" I can get individual properties but it appears to only pick out individual data properties from the last row. I would like to get the whole sheet as an object, either of rows and columns or a list of objects. How can this be best achieved?