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 VisualBasic.NET.
dotnet add package ClosedXML --version 0.92.1
Install-Package ClosedXML -Version 0.92.1
| 包名 | 版本要求 |
|---|---|
| DocumentFormat.OpenXml | [2.7.2, ) |
| ExcelNumberFormat | [1.0.3, ) |
| FastMember.Signed | [1.3.0, ) |
| 包名 | 版本要求 |
|---|---|
| DocumentFormat.OpenXml | [2.7.2, ) |
| ExcelNumberFormat | [1.0.3, ) |
| FastMember.Signed | [1.3.0, ) |
| 包名 | 版本要求 |
|---|---|
| System.Drawing.Common | [4.5.0-preview1-25914-04, ) |
| DocumentFormat.OpenXml | [2.7.2, ) |
| ExcelNumberFormat | [1.0.3, ) |
| FastMember.Signed | [1.3.0, ) |
| 作者 | Amir Ghezelbash,Francois Botha,Manuel De Leon |
|---|---|
| 发布时间 | 2018-04-10 16:32:45 |
| 项目主页 | https://github.com/ClosedXML/ClosedXML |
| 许可证 | https://github.com/ClosedXML/ClosedXML/blob/master/LICENSE |