:man-raising-hand: Is there way to convert xls to ...
# suitescript
k
🙋‍♂️ Is there way to convert xls to CSV file ?
s
Uh what's this got to do with suitescript?
k
Lets say, I have email capture that captures from Warehouse ASN error and they generate in xls format. I'm able to store in file cabinet and was able to load file but, not able to get right content.
b
the hard answer is hope you can get sheetjs to work
m
Can confirm sheet.js works nicely, at least in SS2.1. I used
xlsx.core.min.js
k
Thank you everyone!