DataExcel 2.10.12.49

There is a newer version of this package available.
See the version list below for details.
dotnet add package DataExcel --version 2.10.12.49                
NuGet\Install-Package DataExcel -Version 2.10.12.49                
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.10.12.49" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add DataExcel --version 2.10.12.49                
#r "nuget: DataExcel, 2.10.12.49"                
#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 DataExcel as a Cake Addin
#addin nuget:?package=DataExcel&version=2.10.12.49

// Install DataExcel as a Cake Tool
#tool nuget:?package=DataExcel&version=2.10.12.49                

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.54 52 11/6/2024
2.11.1.53 55 11/1/2024
2.10.18.50 108 10/18/2024
2.10.12.49 107 10/18/2024 2.10.12.49 is deprecated because it is no longer maintained.
2.10.12.48 63 10/16/2024
2.10.12.46 64 10/12/2024
2.10.10.41 69 10/11/2024
1.0.4 156 7/26/2023
1.0.3 135 7/25/2023

fix bug