[]
        
(Showing Draft Content)

Upgrade to Latest Version

Follow one of the below to upgrade your GcExcel.NET license to the latest version:

  • If you are using the current major version, the existing license key is still valid.

  • If you are upgrading from a previous major version, a new license key will be needed.

The new license key must have been provided if you are under current Maintenance. But in case the Maintenance has expired, please contact info.xa@grapecity.com to purchase the upgrade.

After receiving the new license key, follow the steps shared below:

  1. Open an existing .NET core application created with GcExcel.NET previous license.

  2. Right-click the project in Solution Explorer and choose Manage Nuget Packages.

  3. In the Package Source on top right, select nuget.org

  4. Click Updates tab on the top to display the list of all the installed Nuget packages.

  5. On the left panel, select the Select all packages check box and click Update.

  6. In the Preview Changes dialog, click Ok and choose I Accept in the next screen.

  7. Switch to the code view and replace the old key with the new license key received via email.

    • To upgrade the license of a particular instance:var doc = new GcExcelDocument("new key");

    • To upgrade the license of all the instances:GcExcelDocument.SetLicenseKey("new key");