DataExcel 2.10.12.49
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
<PackageReference Include="DataExcel" Version="2.10.12.49" />
paket add DataExcel --version 2.10.12.49
#r "nuget: DataExcel, 2.10.12.49"
// 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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
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.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