Codeuctivity.ClosedXML
1.0.136-RC
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.136-RC
NuGet\Install-Package Codeuctivity.ClosedXML -Version 1.0.136-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.136-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.136-RC
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Codeuctivity.ClosedXML, 1.0.136-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.136-RC&prerelease // Install Codeuctivity.ClosedXML as a Cake Tool #tool nuget:?package=Codeuctivity.ClosedXML&version=1.0.136-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.9)
- SkiaSharp.NativeAssets.Linux.NoDependencies (>= 2.88.9)
- System.IO.Packaging (>= 8.0.1)
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.140-RC | 0 | 11/12/2024 |
1.0.136-RC | 0 | 11/12/2024 |
1.0.108-RC | 1 | 3/26/2024 |
1.0.107-RC | 1 | 3/26/2024 |
1.0.96-RC | 1 | 1/25/2024 |
1.0.91-RC | 2 | 1/25/2024 |
1.0.90-RC | 1 | 1/25/2024 |
1.0.83-RC | 2 | 12/20/2023 |
1.0.80-RC | 1 | 12/16/2023 |
1.0.79-RC | 1 | 12/16/2023 |
1.0.74-RC | 2 | 12/10/2023 |
1.0.63-RC | 1 | 11/17/2023 |
0.95.43 | 2 | 9/25/2023 |
0.95.38-Pre | 1 | 9/25/2023 |
0.95.37-Pre | 1 | 9/25/2023 |
0.95.36-Pre | 2 | 9/25/2023 |
0.95.35-Pre | 2 | 9/25/2023 |
0.95.22-Pre | 1 | 6/28/2023 |
0.95.19-Pre | 1 | 4/8/2023 |
0.95.16-Pre | 1 | 4/8/2023 |
0.95.10-Pre | 2 | 12/30/2022 |
Merge pull request #46 from Codeuctivity/dependabot/nuget/multi-d450761f80
Bump SkiaSharp and SkiaSharp.NativeAssets.Linux.NoDependencies