Epplus: Please set the ExcelPackage.LicenseContext property
用EPPLUS导出Excel时出现了如下问题:
解决方案(添加下面一句代码):
ExcelPackage.LicenseContext = LicenseContext.NonCommercial;
本文来自博客园,转载请注明原文链接:https://www.cnblogs.com/keeplearningandsharing/p/14636136.html