VOOZH about

URL: https://www.nuget.org/packages/Aspose.Cells.GridDesktop/

โ‡ฑ NuGet Gallery | Aspose.Cells.GridDesktop 26.6.0


๏ปฟ

๐Ÿ‘ Image
Aspose.Cells.GridDesktop 26.6.0

Prefix Reserved
dotnet add package Aspose.Cells.GridDesktop --version 26.6.0
 
 
NuGet\Install-Package Aspose.Cells.GridDesktop -Version 26.6.0
 
 
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="Aspose.Cells.GridDesktop" Version="26.6.0" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Aspose.Cells.GridDesktop" Version="26.6.0" />
 
Directory.Packages.props
<PackageReference Include="Aspose.Cells.GridDesktop" />
 
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 Aspose.Cells.GridDesktop --version 26.6.0
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Aspose.Cells.GridDesktop, 26.6.0"
 
 
#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 Aspose.Cells.GridDesktop@26.6.0
 
 
#: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=Aspose.Cells.GridDesktop&version=26.6.0
 
Install as a Cake Addin
#tool nuget:?package=Aspose.Cells.GridDesktop&version=26.6.0
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

.NET Excelยฎ GUI Desktop-Based Grid Control

๐Ÿ‘ Version 26.6.0
๐Ÿ‘ NuGet
๐Ÿ‘ .NET

๐Ÿ‘ banner


๐Ÿ‘ Product Page
๐Ÿ‘ Docs
๐Ÿ‘ API Ref
๐Ÿ‘ Examples
๐Ÿ‘ Blog
๐Ÿ‘ Releases
๐Ÿ‘ Support
๐Ÿ‘ License


Aspose.Cells.GridDesktop is a .NET GUI control that provides an Excelยฎ-like interface for your desktop applications. It allows developers to seamlessly embed spreadsheet capabilities like data manipulation, formatting, formula calculation, charting, and more. No need for Microsoft Excelยฎ installation.

Accessing and Modifying Worksheet Data

Access Cells and Worksheets

Access Worksheet by Index/Name

Retrieve or directly reference active worksheets using ActiveSheetIndex or GetActiveWorksheet methods.

Access and Modify Cells

Use the Value property to retrieve and modify cell contents, including custom formatting (font, color).

Access and Modify Rows

Programmatically adjust row properties such as height, style, and index.

Styling Cells, Rows, and Columns

Apply Styles

Row and Column Styling

Apply uniform styles (font, alignment, borders) to entire rows or columns.

Customize Cell Appearance

Use custom styles, including borders, font, alignment, and background colors, for individual cells.

Font and Color Customization

Modify fonts and colors for specific cells, rows, or columns.

Managing Worksheets

Add, Remove, and Rename Worksheets

Add/Insert Rows/Columns

Programmatically insert rows and columns at specified positions.

Add/Remove Worksheets

Add, insert, or remove entire worksheets, adjusting the workbook's layout as needed.

Rename and Move Worksheets

Rename worksheets or move them within the workbook using the MoveTo() method.

Data Validation and Interaction

Implement Validation

Column/Worksheet-Level Validation

Apply validation rules at the column or worksheet level to ensure data integrity.

Event Handling

Manage events such as cell changes, worksheet loading, and user interactions for dynamic control.

Advanced Features in GridDesktop

Pivot Tables

Create and Render Pivot Tables

Use PivotTable functionality for dynamic data analysis and summaries in GridDesktop.

Merging and Formulas

Merge and Unmerge Cells

Combine adjacent cells or revert to individual cells as needed.

Manage Formulas

Programmatically insert and manage Excelยฎ-compatible formulas, with automatic recalculation using RunAllFormulas.

Formatting and Visualization

Export, Sort, and Filter Data

Export to DataTable

Export worksheet data to a DataTable for external processing.

Sort and Filter Data

Programmatically sort worksheet data or apply custom filters for data viewing.

Text Overflow Management

Handle Text Overflow

Control how text is displayed when it exceeds the cell width in GridDesktop.

Interface and Interaction

Zoom and Customization

Zoom Control

Programmatically adjust zoom levels for easier navigation and viewing.

Format Painter

Copy and apply formatting from one cell to another efficiently.

Undo/Redo Features

Implement undo/redo functionalities to manage user actions within the worksheet.

Manage Hyperlinks, Comments, and Pictures

Hyperlinks

Insert, edit, or remove hyperlinks to navigate within or outside the workbook.

Comments and Pictures

Add, modify, or delete comments and images to enhance cell content.

Integration and Customization

WPF and Custom Menus

WPF Integration

Embed GridDesktop into WPF applications with WindowsFormsHost for interactive Excelยฎ handling.

Context Menu Customization

Modify right-click context menus for tailored user workflows.

Localization

Custom Localization

Localize GridDesktop controls by loading custom resource files for menus and toolbars.

Get Started

Are you ready to give Aspose.Cells.GridDesktop a try? Simply execute Install-Package Aspose.Cells.GridDesktop from Package Manager Console in Visual Studio to fetch the NuGet package. If you already have Aspose.Cells.GridDesktop and want to upgrade the version, please execute Update-Package Aspose.Cells.GridDesktop to get the latest version.

How to Use Aspose.Cells.GridDesktop

Upgrade from Aspose.Grid.Desktop

The Aspose.Grid.Desktop namespace is renamed to Aspose.Cells.GridDesktop. There are no major API changesโ€”just update the namespace to switch.

Create and Use GridDesktop Control
  1. Create a Windows Application project in Visual Studio.
  2. Drag and drop the Aspose.Cells.GridDesktop control from the Toolbox to your form.
  3. Run the application to see the control on the form. You can interact with the GridDesktop by adding values, adjusting row height, column width, and more through its context menu.

How to Use FormulaBar with Aspose.Cells.GridDesktop

Steps to Add FormulaBar
  1. Create a Windows Forms App (.NET Framework) in Visual Studio.
  2. Add GridDesktop and FormulaBar controls from the Toolbox by selecting "Choose Items..." and adding references to Aspose.Cells.GridDesktop.dll.
  3. Drag and drop both controls onto the form and link the FormulaBar to the GridDesktop control via the properties tab.
  4. Run and test the application to ensure FormulaBar and GridDesktop are linked correctly.

๐Ÿ‘ Product Page
๐Ÿ‘ Docs
๐Ÿ‘ API Ref
๐Ÿ‘ Examples
๐Ÿ‘ Blog
๐Ÿ‘ Releases
๐Ÿ‘ Support
๐Ÿ‘ License


.NET Excel Grid Control | Excel-like GUI Control | Spreadsheet Data Manipulation | GridDesktop Control | Excel Formula Calculation | Excel PivotTables | Cell Formatting | Excel Integration | Data Validation | WPF Grid Control | Export to DataTable | Merge and Unmerge Cells | Row and Column Styling | Undo Redo Support | Zoom Control | Named Ranges | Hyperlinks | Grid Customization | Context Menu Customization | Localization Support | Excel Charting | FormulaBar Integration

Product Versions Compatible and additional computed target framework versions.
.NET net5.0 net5.0 was computed.  net5.0-windows net5.0-windows was computed.  net6.0 net6.0 was computed.  net6.0-android net6.0-android was computed.  net6.0-ios net6.0-ios was computed.  net6.0-maccatalyst net6.0-maccatalyst was computed.  net6.0-macos net6.0-macos was computed.  net6.0-tvos net6.0-tvos was computed.  net6.0-windows net6.0-windows was computed.  net7.0 net7.0 was computed.  net7.0-android net7.0-android was computed.  net7.0-ios net7.0-ios was computed.  net7.0-maccatalyst net7.0-maccatalyst was computed.  net7.0-macos net7.0-macos was computed.  net7.0-tvos net7.0-tvos was computed.  net7.0-windows net7.0-windows was computed.  net7.0-windows7.0 net7.0-windows7.0 is compatible.  net8.0 net8.0 was computed.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Core netcoreapp3.1 netcoreapp3.1 is compatible. 
.NET Framework net40 net40 is compatible.  net403 net403 was computed.  net45 net45 was computed.  net451 net451 was computed.  net452 net452 was computed.  net46 net46 was computed.  net461 net461 was computed.  net462 net462 was computed.  net463 net463 was computed.  net47 net47 was computed.  net471 net471 was computed.  net472 net472 was computed.  net48 net48 was computed.  net481 net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
26.6.0 114 6/11/2026
26.5.0 176 5/13/2026
26.4.0 419 4/10/2026
26.3.0 364 3/13/2026
26.2.0 434 2/11/2026
26.1.0 602 1/13/2026
25.12.0 818 12/11/2025
25.11.0 1,032 11/13/2025
25.10.0 778 10/15/2025
25.9.0 739 9/11/2025
25.8.0 717 8/13/2025
25.7.0 758 7/10/2025
25.6.0 893 6/12/2025
25.5.1 754 5/19/2025
25.5.0 758 5/9/2025
25.4.2 967 4/24/2025
25.4.1 1,016 4/16/2025
25.4.0 805 4/11/2025
25.3.0 778 3/14/2025
25.2.0 1,088 2/14/2025
Loading failed