Codeuctivity.ClosedXML
1.0.65-RC
Prefix Reserved
This is a prerelease version of Codeuctivity.ClosedXML.
There is a newer prerelease version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Codeuctivity.ClosedXML --version 1.0.65-RC
NuGet\Install-Package Codeuctivity.ClosedXML -Version 1.0.65-RC
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Codeuctivity.ClosedXML" Version="1.0.65-RC" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Codeuctivity.ClosedXML --version 1.0.65-RC
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Codeuctivity.ClosedXML, 1.0.65-RC"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Codeuctivity.ClosedXML as a Cake Addin #addin nuget:?package=Codeuctivity.ClosedXML&version=1.0.65-RC&prerelease // Install Codeuctivity.ClosedXML as a Cake Tool #tool nuget:?package=Codeuctivity.ClosedXML&version=1.0.65-RC&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ClosedXML allows you to create Excel files without the Excel application.
Example:
using (var workbook = new XLWorkbook())
{
var worksheet = workbook.Worksheets.Add("Sample Sheet");
worksheet.Cell("A1").Value = "Hello World!";
worksheet.Cell("A2").FormulaA1 = "=MID(A1, 7, 5)";
workbook.SaveAs("HelloWorld.xlsx");
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- DocumentFormat.OpenXml (>= 2.20.0)
- ExcelNumberFormat (>= 1.1.0)
- SkiaSharp (>= 2.88.6)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 2.88.6)
- System.IO.Packaging (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.142-RC | 0 | 11/12/2024 |
1.0.98-RC | 113 | 1/27/2024 |
1.0.65-RC | 184 | 11/17/2023 |
0.95.45 | 160 | 9/25/2023 |
0.95.18-Pre | 106 | 4/8/2023 |
0.95.11-Pre | 141 | 1/3/2023 |
Migrated to .net8, dropped older targets