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
Auth for GenAI | Auth0
Easily implement secure login experiences for AI Agents - from interactive chatbots to background workers with Auth0. Auth for GenAI is now available in Developer Preview
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!