Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Upgrade Spreadsheet to a New Version

We provide the Spreadsheet product via the NuGet and npm packages, so it is necessary to upgrade the package references after you install a newer version of DevExpress. To do this, follow the instructions below:

#Update NuGet Packages

Use the Project Converter to upgrade your project and NuGet packages.

#Update npm Packages

  1. Update the version of dependent packages in the package.json file.

    "dependencies": {
        "devextreme-dist": "24.2.3",
        "devexpress-aspnetcore-spreadsheet": "24.2.3"
    
  2. Right-click the package.json file and select Restore Packages.

#If You Have No Access to npm/NuGet

You can find recent resources and packages locally after a DevExpress build has been installed.

#Client-Side Resources

The recent resource files are placed in the following location. Use these resources instead of scripts and styles from the node_modules directory.

C:\Users\Public\Documents\DevExpress Demos 24.2\Components\ASP.NET\CS\AspNetCoreDemos.Spreadsheet\wwwroot\lib\dx-aspnetcore-spreadsheet

#NuGet Packages

The following directory is available as a NuGet feed in Visual Studio.

js
C:\Program Files\DevExpress 24.2\Components\System\Components\packages

Switch to this source to upgrade the NuGet packages.

Project Templates

#Hotfix Update

Download and install the hotfix. You can find recent resources and packages locally after the hotfix has been installed.