This is a simple web application where you can upload a single sheet MS Excel file and then get it converted to JSON data.
Clone the project
git clone https://github.com/rahul-ojha-07/excel-to-json.git
Go to the project directory
cd excel-to-json
Install dependencies/ Build Project
mvn clean install
Start the App
use tomact or any server runtime to run the app
Note: you may need to create a Temp folder in your server runtime's directory
Development: Java, Maven, Apache POI, GSON
Hosting/Deployment: Apache Tomcat