DataExcel 2.11.6.55

dotnet add package DataExcel --version 2.11.6.55
                    
NuGet\Install-Package DataExcel -Version 2.11.6.55
                    
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="DataExcel" Version="2.11.6.55" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="DataExcel" Version="2.11.6.55" />
                    
Directory.Packages.props
<PackageReference Include="DataExcel" />
                    
Project file
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 DataExcel --version 2.11.6.55
                    
#r "nuget: DataExcel, 2.11.6.55"
                    
#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.
#addin nuget:?package=DataExcel&version=2.11.6.55
                    
Install DataExcel as a Cake Addin
#tool nuget:?package=DataExcel&version=2.11.6.55
                    
Install DataExcel as a Cake Tool

Sample Code:www.dataexcel.cn

update url: www.dataexcel.com

blog: https://dbrwe.blog.csdn.net/article/details/133317079 https://dbrwe.blog.csdn.net/article/details/132655473

ICell cell = this.dataExcelControl1.EditView["A2"]; cell.Value = "Test";

IRow row = this.dataExcelControl1.EditView.GetRow(2); row.BackColor = Color.Red;

ICell cell2 = row[3]; IMergeCell mergeCell = this.dataExcelControl1.EditView.MergeCell(cell, cell2);

mergeCell.HorizontalAlignment = StringAlignment.Center;

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

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
2.11.6.55 121 1/6/2025
2.11.1.53 90 11/1/2024
2.10.18.50 131 10/18/2024
2.10.12.48 87 10/16/2024
2.10.10.41 90 10/11/2024
1.0.4 175 7/26/2023
1.0.3 148 7/25/2023

fix bug