EPPlus 开源项目使用教程
EPPlus
EPPlus-Excel spreadsheets for .NET
项目地址: https://gitcode.com/gh_mirrors/epp/EPPlus
1. 项目介绍
EPPlus 是一个用于 .NET 平台的开源库,专门用于创建和操作 Excel 电子表格。它支持从简单的 Excel 文件创建到复杂的电子表格操作,包括公式计算、图表生成、数据验证等功能。EPPlus 的最新版本已经从 LGPL 许可证变更为 Polyform Noncommercial 1.0.0 许可证,这意味着在商业使用时需要购买商业许可证。
可以从上面地址下载到源码,然后修改一下,就可以在.net 4.6.2上编译通过。
先修改文件ExcelConditionalFormattingFourIconSet.cs:
/*************************************************************************************************Required Notice: Copyright (C) EPPlus Software AB. This software is licensed under PolyForm Noncommercial License 1.0.0 and may only be used for noncommercial purposes https://polyf