Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 507 Bytes

readme.md

File metadata and controls

9 lines (7 loc) · 507 Bytes

To Upload an excel file to MongoDB database. Display the contents in a web page in a tabular format.

MongoDb imports data in CSV, JSON format. Therefore, Excel template containing the user data is first converted to .csv format. The converted Employee data file is uploaded to MongoDB database.

The Uploaded data is displayed on a Web page in Tabular format. This data can be edited and deleted as per the users requirement for employee data. The data edited and deleted is reflected onto the database.