You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xlsx (the npm package for SheetsJS) is the main dependency for most newer json to xls libraries, just learn and use the xlsx workflow and you'll be good to do any and all operations you need to build and work with excel files in javascript/typescript
EDIT: json2xls broke recently due to a deep dependency releasing a breaking change, another reason to move to this way of doing things.
Just use the npm package xlsx, and:
The text was updated successfully, but these errors were encountered: