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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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!