How to read xlsx from String in java using Apache POI -


there plenty of examples of how convert xlsx csv. appreciate if show snippet of code of how convert xlsx in string , return csv in string[].

apache poi have example convert csv format. tocsv.java example. there no build-in function. otherwise, have write own code. convert .xls csv file using apache poi


Comments