apache poi - Convering XLSX TO CSV in java -
i want convert xlsx csv using java don’t want iterate , write new csv, got idea here can use aspose cell api
code here:
workbook = new workbook(datapath + "5lakh_more.xlsx"); workbook.save(datapath + "workbookcsv.csv", saveformat.csv);
it working fine.
my question are:
is open source , reliable because when download jar file didn’t ask licence?
if not open source, 1 have use?
1 - can find license information aspose here: http://www.aspose.com/corporate/purchase/policies/license-types/default.aspx
2 - use apache poi, think used library porpouse (https://poi.apache.org/)
Comments
Post a Comment