GrapeCity.Spread.WinForms 19.2.0.121

There is a newer version of this package available.
See the version list below for details.
dotnet add package GrapeCity.Spread.WinForms --version 19.2.0.121
                    
NuGet\Install-Package GrapeCity.Spread.WinForms -Version 19.2.0.121
                    
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="GrapeCity.Spread.WinForms" Version="19.2.0.121" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GrapeCity.Spread.WinForms" Version="19.2.0.121" />
                    
Directory.Packages.props
<PackageReference Include="GrapeCity.Spread.WinForms" />
                    
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 GrapeCity.Spread.WinForms --version 19.2.0.121
                    
#r "nuget: GrapeCity.Spread.WinForms, 19.2.0.121"
                    
#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 GrapeCity.Spread.WinForms@19.2.0.121
                    
#: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=GrapeCity.Spread.WinForms&version=19.2.0.121
                    
Install as a Cake Addin
#tool nuget:?package=GrapeCity.Spread.WinForms&version=19.2.0.121
                    
Install as a Cake Tool

Enterprise Spreadsheet Solutions for C# .NET Developers

Spread WinForms

Getting Started | Top Features | Download Trial | Demos | Licensing | Pricing

Spread WinForms (SpreadWin) is a multi-functional spreadsheet that professional Visual Studio developers use to create windows and web applications for analysis, dashboard, data collection and management, scientific, financial and other similar programs. SpreadWin includes .NET spreadsheet components, template designers, charting components, extensive API, and more. The object model closely mirrors Excel and models the Visual Studio Tools for Office API so it is intuitive to use.

SpreadWin supports many popular features such as native Excel input and output, a powerful and extensible calculation engine with over 500+ functions and support for custom functions, iterative calculations, dynamic arrays, custom cell data types, charting, tables, slicers, sparklines, conditional formatting, international localization, printing, sorting, filtering, drag-fill, grouping, undo/redo, data validation, input controls, and much, much more.

Licensing & Support Available

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  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. 
.NET Framework net462 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
20.0.0.256 0 8/28/2026
20.0.0.255 0 8/28/2026
20.0.0.254 0 8/28/2026
20.0.0.253 0 8/28/2026
20.0.0.252 0 8/27/2026
20.0.0.250 0 8/27/2026
20.0.0.249 0 8/27/2026
20.0.0.248 0 8/26/2026
20.0.0.247 0 8/26/2026
20.0.0.246 0 8/26/2026
20.0.0.243 0 8/26/2026
20.0.0.242 0 8/26/2026
20.0.0.241 0 8/25/2026
20.0.0.240 0 8/25/2026
20.0.0.239 0 8/25/2026
19.2.0.122 0 8/27/2026
19.2.0.121 0 8/27/2026
19.2.0.120 0 8/26/2026
19.2.0.119 0 8/26/2026
19.2.0.118 0 8/25/2026
Loading failed

## Enhancements from the previous release

- Spread now supports [image scaling with sheet zooming](https://developer.mescius.com/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-setcelltypes/spwin-setgraphcelltypes/spwin-setimagecell#scale-images-with-sheet-zooming) through [FpSpread.Features.ImageZoomAwareness](https://developer.mescius.com/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.IFeatures.ImageZoomAwareness.html). Images in [ImageCellType](https://developer.mescius.com/spreadnet/api/latest/online-win/FarPoint.Win.Spread/FarPoint.Win.Spread.CellType.ImageCellType.html) cells maintain their relative size within the cell when the sheet or print zoom factor changes.
- Spread now supports creating PivotTables from data-bound worksheets, allowing bound data fields to be used as the PivotTable source without manually adding header rows.
- Spread now supports [horizontal and vertical scrolling](https://developer.mescius.com/spreadnet/docs/latest/online-win/overview/spwin-devguide/spwin-ssojbects/spwin-scroll/spwin-cntrlscrollbars#scroll-horizontally-and-vertically) through the [IWorksheet.Panes](https://developer.mescius.com/spreadnet/api/latest/online-win/GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.IWorksheet.Panes.html) property and the [IPane](https://developer.mescius.com/spreadnet/api/latest/online-win/GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.IPane.html) interface.

## Resolved Issues

- Fixed XLSX number-format parsing for cultures that use a comma as the decimal separator. Values formatted with one decimal place are now displayed consistently with Microsoft Excel.
- Fixed custom functions being listed only in the `User Defined` category in the Insert Function dialog. Custom functions now appear in the category specified by their [Category](https://developer.mescius.com/spreadnet/api/latest/online-win/GrapeCity.CalcEngine/GrapeCity.CalcEngine.Function.Category.html) property.
- Fixed the Spread Designer becoming blank after an XML file was opened.
- Fixed a `NullReferenceException` that occurred when calculating a moved cell range containing spill formulas with structured references and named ranges.
- Fixed clipboard cut operations failing in the first Spread Designer instance when multiple Spread Designer or Spread-based application instances were running.
- Fixed shapes being pasted at incorrect positions or disappearing after Undo following a Cut/Paste operation.
- Fixed hidden columns becoming visible in the Spread Designer when adjacent columns were resized together while the hidden column's [Resizable](https://developer.mescius.com/spreadnet/api/latest/online-win/GrapeCity.Spreadsheet/GrapeCity.Spreadsheet.IRange.Resizable.html) property was set to False.