ryu1kn / csv-writer

Convert objects/arrays into a CSV string or write them into a CSV file
https://www.npmjs.com/package/csv-writer
MIT License
246 stars 39 forks source link

Add a second index for the browser. #94

Open carlonluca opened 1 year ago

carlonluca commented 1 year ago

Related to #75.

brakmic commented 3 months ago

Hi @carlonluca ,

I wanted to let you know that I've forked the project and it now supports the browser by default, with no need to create separate JavaScript outputs.

You can test it with npm run serve to open a web page.

You can check out the forked project here: CSV Writer Portable. It might have what you need.

Best, Harris