0

I'm trying to upload excel sheet data to MySQL for that Can anyone suggest to me on how to import excel file import to MySQL DB / give an example/ link on I'm using express and Node.js?

1

1 Answer 1

0

You'd want to convert the excel data to a csv

Convert XLS to CSV on the server in Node

Then you can import that csv data file into mysql.

http://www.mysqltutorial.org/import-csv-file-mysql-table/

Sign up to request clarification or add additional context in comments.

1 Comment

I wanted to import using UI. Your suggestion is without UI I'm using ejs template for import.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.