Hacker News new | ask | show | jobs
by freezer333 3299 days ago
Nice! If you want to do something similar with Excel xlsx this works: https://www.npmjs.com/package/jsonexcel Not sure how it handles huge arrays though...
1 comments

Thanks for sharing, you can also use jsonexport with rowDelimiter: '\t' for a xls compatible output.