JSLibReference Change

hello! i am working with webxlsx in webcore and i need to change reference change external reference from JSLibReference('https://cdn.jsdelivr.net/npm/exceljs@1.13.0/dist/exceljs.min.js') to local reference (localfile) how can I do it?. Thank you very much

Download exceljs.min.js and add this file in the project folder and add it in the Delphi IDE to your project .DPROJ.

Do I need to make any modifications to the component? and if so how do I reference a local path from [JSLibReference('')]

Thank you so much

All that should be needed is update the reference to the .JS file in your project main .HTML file.