Forum Discussion
nmrao
7 years agoCommunity Hero
Does 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?