Background:
How to add a license for SpreadJS with Angular
Steps to Complete:
1. Import namespace
2. Set LicenseKey properties for the namespace
Getting Started:
Import namespace
import * as GC from "@grapecity/spread-sheets";
Set LicenseKey properties for the namespace
const license = "MyLicense";
GC.Spread.Sheets.LicenseKey = license;
Tags:
Mackenzie Albitz