ClosedXML makes it easier for developers to create Excel 2007+ (.xlsx, .xlsm, etc) files. It provides a nice object oriented way to manipulate the files (similar to VBA) without dealing with the hassles of XML Documents. It can be used by any .NET language like C# and Visual Basic (VB).
dotnet add package ClosedXML --version 0.87.1
Install-Package ClosedXML -Version 0.87.1
| 包名 | 版本要求 |
|---|---|
| DocumentFormat.OpenXml | [1.0.0, ) |
| 包名 | 版本要求 |
|---|---|
| DocumentFormat.OpenXml | [2.5.0, ) |
| 作者 | Amir Ghezelbash, Francois Botha, Manuel De Leon |
|---|---|
| 发布时间 | 2017-04-03 14:11:07 |
| 项目主页 | https://github.com/ClosedXML/ClosedXML |
| 许可证 | https://github.com/ClosedXML/ClosedXML/blob/master/LICENSE |