In this tutorials, we are going to use the xlsx package to load the records from the spreadsheet. Start by creating your nodejs project by running the command
- first create your project directory say reconciliation
- Open the terminal run the command npm init
- Install the xlsx package by running the command npm i xlsx --save this is tutorials is to announce the xlsx package
Top comments (0)