VOOZH about

URL: https://samples.epplussoftware.com/

⇱ Home Page - EPPlus.WebSampleMvc.NetCore


EPPlus web samples for ASP.NET

Learn about building Web apps with ASP.NET Core.

Welcome to the sample project!

Configuration

In this sample we have configured the LicenseContext property in appSettings.json.

{
 "EPPlus": {
 "ExcelPackage": {
 "LicenseContext": "NonCommercial"
 }
 },
 "Logging": {
 "LogLevel": {
 "Default": "Information",
 "Microsoft": "Warning",
 "Microsoft.Hosting.Lifetime": "Information"
 }
 },
 "AllowedHosts": "*"
}
 

Clone this repo

You can explore the code in this web app by cloning this Github repository