DEV Community

Emmanuel Teye
Emmanuel Teye

Posted on

Loading Excel data in Node JS by converting them into json.

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

  1. first create your project directory say reconciliation
  2. Open the terminal run the command npm init
  3. Install the xlsx package by running the command npm i xlsx --save Image description this is tutorials is to announce the xlsx package

Top comments (0)