Home Page - EPPlus.WebSampleMvc.NetCore (original) (raw)

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": "*" }