Has anyone managed to get `exceljs` working server...
# suitescript
a
Has anyone managed to get
exceljs
working server side?
b
its easier to get https://github.com/SheetJS/sheetjs running
a
No formatting though...
Without the pro version.
Have you ever got
exceljs
working?
b
last time i looked it required polyfilling setTimeout
a
Ah that doesn't seem like something server side netsuite would support.
b
you can use a Promise if you ignore the timeout and only use it to clear the message queue
it a desperation solution that puts your code at risk for silent errors, a rejected Promise and a thrown error are not the same