ClosedXML makes it easier for developers to create Excel 2007/2010/2013 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.86.0
Install-Package ClosedXML -Version 0.86.0
| 包名 | 版本要求 |
|---|---|
| DocumentFormat.OpenXml | [1.0.0, ) |
| 包名 | 版本要求 |
|---|---|
| DocumentFormat.OpenXml | [2.5.0, ) |
| 作者 | Amir Ghezelbash, Francois Botha,Manuel De Leon |
|---|---|
| 发布时间 | 2017-01-06 19:04:50 |
| 项目主页 | https://github.com/ClosedXML/ClosedXML |
| 许可证 | https://github.com/ClosedXML/ClosedXML/blob/master/LICENSE |