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
Get Avast Free Antivirus | Your top-rated shield against malware and online scams
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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!