RE: Does SheetJs work in netsuite serverside script
Answered
Hi All, I am trying to use sheetJs with NS? Does it work in serverside script within NS?
While I’m not specifically familiar with Sheet, any AMD-compatible module should work with server-side SuiteScript. Exceptions will be modules which depend on browser APIs like window
or document
etc.
And for SS2.0, anything that requires ES6+ features