ClosedXML makes it easier for developers to create Excel 2007/2010 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
Install-Package ClosedXML
| 作者 | Manuel De Leon |
|---|---|
| 项目主页 | http://closedxml.codeplex.com |
| 最新版本 | 0.105.0-rc |