View the project’s public Github repo here.
A Small Application that connects to a local SQL Server Database and adds infomation extracted from an Excel document as entries in the database.
- Fetches business information saved in an Excel document (Existing Id Number, First and Last Name, Email, Phone, and Department Name) using EPPlus to extract data.
- Deletes and Re-creates the Database and it’s tables every time the application runs to ensure no outdated records from previous Excel documents.
- Status messages to inform the user of what the application is currently doing in the background. Entries added to database are displayed when database and excel operations are complete!