I am using opencsv jar file and via this I want to read .xlsx file, so can any one help me how to do this. I have explored it but most of the content I have found via Apache poi, but I want to read it with opencsv.
Thanks in advance.
I am using opencsv jar file and via this I want to read .xlsx file, so can any one help me how to do this. I have explored it but most of the content I have found via Apache poi, but I want to read it with opencsv.
Thanks in advance.
convert the xlsx to a csv here: https://cloudconvert.org/csv-to-xlsx
Then you can use opencsv.