Hey all, While web application we may need to convert data into one format to other formats. So today we are going to convert data from excel file into json file. At the end, we will be able to change a proper excel sheet data into json format.
Install the needed package using below command
npm install
Run the application using below command
npm start