Skip to content

kimfom01/ExcelReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Excel Reader

Requirements

  • This is an application that will read data from an Excel spreadsheet into a database
  • When the application starts, it should delete the database if it exists, create a new one, create all tables, read from Excel, seed into the database.
  • You need to use EPPlus package
  • You shouldn't read into Json first.
  • You can use SQLite or SQL Server (or MySQL if you're using a Mac)
  • Once the database is populated, you'll fetch data from it and show it in the console.
  • You don't need any user input
  • You should print messages to the console letting the user know what the app is doing at that moment (i.e. reading from excel; creating tables, etc)
  • The application will be written for a known table, you don't need to make it dynamic.

What I learnt

  • Using a licensed library
  • EPPlus Excel Spreadsheets library

Source

This project is part of The C# Academy's .NET Full-Stack Developer Roadmap

Resources

About

A demo app to read from an excel file, save to database, retrieve data and display in a formated table on console

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published