abugi / excel-json

A demonstration of how to extract the content of an excel file uploaded to nodeJS server, convert the file to json and save the record to the database

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

excel-to-json-conversion

How to Use

  1. Clone the project git clone https://github.com/abugi/excel-json.git
  2. Navigate into the project directory cd excel-to-json-conversion
  3. Install project dependencies npm install
  4. Start the server node app.js
  5. In your browser visit http://localhost:3000
  6. Upload the sample excel file and see the result

About

A demonstration of how to extract the content of an excel file uploaded to nodeJS server, convert the file to json and save the record to the database

License:MIT License


Languages

Language:HTML 45.0%Language:JavaScript 34.7%Language:CSS 20.3%