Skip to content

This Laravel project is designed to upload an Excel sheet containing user and contact data and store it in a MySQL database. The project utilizes the maatwebsite/Excel package to facilitate the upload process.

Notifications You must be signed in to change notification settings

Muhammad-Hamza-Iftikhar/ImportDataFromExcelToDatabaseInLaravel

Repository files navigation

Laravel Logo

Build Status Total Downloads Latest Stable Version License

This Laravel project is designed to upload an Excel sheet containing user and contact data and store it in a MySQL database. The project utilizes the maatwebsite/Excel package to facilitate the upload process. The data is stored in two separate tables, 'users' and 'contacts', with a foreign key relationship linking the 'contacts' table to the 'users' table. This project provides a convenient and efficient way to import large amounts of user and contact data into a database.

About

This Laravel project is designed to upload an Excel sheet containing user and contact data and store it in a MySQL database. The project utilizes the maatwebsite/Excel package to facilitate the upload process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published