Java library that easily converts a Json array to Excel or CSV
Features
- Converts any Json array to Excel
- Converts any Json array to CSV
- Customized column names
License
Apache License V2.0, GNU General Public License version 2.0 (GPLv2)Follow Json to Excel
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
Alas, java -jar json2excel.jar will give you "no main manifest attribute, in json2excel.jar" Similarly java -jar json2excel.jar com.converter.json.csv.Json2Csv gives the same, and java -cp ./json2excel.jar com.converter.json.csv.Json2Csv throws an exception for a lacking net/sf/json/JSONArray bother!