Devolutions.AvaloniaControls.SpreadsheetEditor
2026.7.22
Prefix Reserved
dotnet add package Devolutions.AvaloniaControls.SpreadsheetEditor --version 2026.7.22
NuGet\Install-Package Devolutions.AvaloniaControls.SpreadsheetEditor -Version 2026.7.22
<PackageReference Include="Devolutions.AvaloniaControls.SpreadsheetEditor" Version="2026.7.22" />
<PackageVersion Include="Devolutions.AvaloniaControls.SpreadsheetEditor" Version="2026.7.22" />
<PackageReference Include="Devolutions.AvaloniaControls.SpreadsheetEditor" />
paket add Devolutions.AvaloniaControls.SpreadsheetEditor --version 2026.7.22
#r "nuget: Devolutions.AvaloniaControls.SpreadsheetEditor, 2026.7.22"
#:package Devolutions.AvaloniaControls.SpreadsheetEditor@2026.7.22
#addin nuget:?package=Devolutions.AvaloniaControls.SpreadsheetEditor&version=2026.7.22
#tool nuget:?package=Devolutions.AvaloniaControls.SpreadsheetEditor&version=2026.7.22
Devolutions.AvaloniaControls.SpreadsheetEditor
An Excel-like spreadsheet editor control for Avalonia UI. It uses a custom
grid (not the Avalonia DataGrid) so cells can merge and host rich content, and it ships with:
- A custom rendering grid with cell merging, frozen headers, and drag-to-select.
- Rich in-cell editing (bold/italic/underline/strikethrough, fonts, colors, alignment).
- A hand-rolled
=formula engine (arithmetic, ranges,SUM/AVERAGE/IF/…, named ranges, live recalc). - Charts, multi-sheet tabs, infinite rows/columns, undo/redo, clipboard, and HTML print.
Requirements
This control depends on the commercial Avalonia Accelerate packages
(Avalonia.Controls.RichTextEditor, Avalonia.Controls.Charts). You must supply your own
Avalonia UI license key (via the <AvaloniaUILicenseKey> MSBuild item or the standard licensing
mechanism) in the application that consumes this control. See https://avaloniaui.net/.
Setup
Add the required theme includes to your App.axaml (alongside FluentTheme):
<Application.Styles>
<FluentTheme />
<StyleInclude Source="avares://Avalonia.Controls.RichTextEditor/Themes/Default.axaml" />
<StyleInclude Source="avares://Avalonia.Controls.Charts/Themes/Default.axaml" />
</Application.Styles>
Usage
xmlns:se="clr-namespace:SpreadsheetEditor.Controls;assembly=SpreadsheetEditor.Controls"
...
<se:SpreadsheetEditor x:Name="Editor" />
The control exposes an integration API similar to Avalonia's RichTextEditor: IsReadOnly,
Undo()/Redo() + CanUndo/CanRedo, SelectAll(), SelectedRange, and the ContentChanged,
SelectionChanged, and IsReadOnlyChanged events. Load data via LoadSheet, LoadWorkbook,
LoadCellData, or LoadRows; read it back with GetCellData/GetRows.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- Avalonia (>= 12.1.0)
- Avalonia.Controls.Charts (>= 12.1.0)
- Avalonia.Controls.RichTextEditor (>= 12.1.5)
- CommunityToolkit.Mvvm (>= 8.4.2)
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 |
|---|---|---|
| 2026.7.22 | 36 | 7/22/2026 |