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 --version 0.55.0
Install-Package ClosedXML -Version 0.55.0
| 作者 | Manuel De Leon |
|---|---|
| 发布时间 | 1900-01-01 00:00:00 |
| 项目主页 | http://closedxml.codeplex.com |