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
GNU General Public License version 2.0 (GPLv2), Apache License V2.0Follow Json to Excel
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
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!