Skip to content

Practice develop web api using .Net Core web api for upload file excel file and store to Postgres database.

Notifications You must be signed in to change notification settings

kritsanapr/dotnet-upload-excel-file

Repository files navigation

.Net Core Upload Excel file

This project use for practice develop web api using .Net Core web api for upload file excel file and store to Postgres database.

Tools

  • Visual Studio Code
  • .Net SDK version 6
  • Docker
  • Postgres

Packages

  • Microsoft.EntityFrameworkCore.Design
  • Npgsql.EntityFrameworkCore.PostgreSQ
  • Microsoft.EntityFrameworkCore
  • AutoMapper
  • AutoMapper.Extensions.Microsoft.DependencyInjection"
  • EPPlus

Steps

Create Project using command like this. In this example I using dotnet version 6

dotnet new webapi -o ReadExcelFile -f net6.0

After project created open it using this command.

code ReadExcelFile

Install all package. If you use NuGet GUI extension on VSCode you can copy package name for find it and click install version you want to use.

About

Practice develop web api using .Net Core web api for upload file excel file and store to Postgres database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages