How to Convert Excel to Json in Nodejs Application
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 packages
Install the needed package using below command
npm install
Run the app
Run the application using below command
npm start