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:

  1. is open source , reliable because when download jar file didn’t ask licence?

  2. 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

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -