Forum Discussion
nmrao
Champion Level 1
7 years agoDoes your data in multiple sheets of xlsx?
If the data is simple, then you can easily deal with in groovy with or without any additional libraries.
if you use below library it is **bleep** simple to read it. Also sample available there.
https://github.com/xlson/groovycsv
If the data is simple, then you can easily deal with in groovy with or without any additional libraries.
if you use below library it is **bleep** simple to read it. Also sample available there.
https://github.com/xlson/groovycsv
plaidshirt
7 years agoContributor
Apache Ivy jar is imported, but groovycsv throws noclassdef error message.
Could you offer me a native solution please?
- nmrao7 years ago
Champion Level 1
plaidshirt,
You can download the groovy-csv jar file (available in github) along with dependencies, then copy thenm under SOAPUI_HOME/bin/ext and restart soapUI.
Then try the given samples. You might have already observiced how simple to access the data from the sample.- plaidshirt7 years agoContributor
Sure, I try this, but got error message when executed: http://prntscr.com/m9xh9m
- nmrao7 years ago
Champion Level 1
What files did you copy under ext directory? And the script please