Nodejs Express RestAPI – Upload/Import Excel File to MySQL – using Read-Excel-File & Multer
In the tutorial, Grokonez shows how to upload & import Excel File/Data to MySQL using read-excel-file and multer libs.
Related post:
Technologies
- Nodejs
- Express
- Multer
- Read-Excel-File
- MySQL
Goal
We create a Node.js project as below structure:
Excel File ->
-> Results:
Practice
Install Express, Read-Excel-File, Multer, MySQL
– Init package.json file by cmd: npm init -> Then install express, mysql, read-excel-file & multer libs:
$npm install --save express, mysql, read-excel-file, multer
More at:
Nodejs Express RestAPI – Upload/Import Excel File to MySQL – using Read-Excel-File & Multer




Top comments (0)