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