Posted 6 July 2022, 4:11 pm EST
Hi,
Currently i am having using license version of spreadJS for angular v14.0.6 application.
In component, spread sheet is imported using :
import * as GC from ‘@grapecity/spread-sheets’;
Which import all the resources present to the spreadsheet in the application. I found this documentation https://www.grapecity.com/spreadjs/docs/latest/online/modules.html but I don’t understand how it applies to angular. I would like to use only the necessary modules
