Codeuctivity.ClosedXML
1.0.142-RC
Prefix Reserved
This is a prerelease version of Codeuctivity.ClosedXML.
dotnet add package Codeuctivity.ClosedXML --version 1.0.142-RC
NuGet\Install-Package Codeuctivity.ClosedXML -Version 1.0.142-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.142-RC" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Codeuctivity.ClosedXML" Version="1.0.142-RC" />
<PackageReference Include="Codeuctivity.ClosedXML" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Codeuctivity.ClosedXML --version 1.0.142-RC
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Codeuctivity.ClosedXML, 1.0.142-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.
#:package Codeuctivity.ClosedXML@1.0.142-RC
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Codeuctivity.ClosedXML&version=1.0.142-RC&prerelease
#tool nuget:?package=Codeuctivity.ClosedXML&version=1.0.142-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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.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.9)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 2.88.9)
- System.IO.Packaging (>= 8.0.1)
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 | 180 | 11/12/2024 |
1.0.98-RC | 132 | 1/27/2024 |
1.0.65-RC | 204 | 11/17/2023 |
0.95.45 | 226 | 9/25/2023 |
0.95.18-Pre | 164 | 4/8/2023 |
0.95.11-Pre | 203 | 1/3/2023 |
Bump dependencies to latest versions