Y
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
kauegimenes
3299 days ago
Thanks for sharing, you can also use jsonexport with rowDelimiter: '\t' for a xls compatible output.
link