coston / json-to-csv-export

A function to easily generate csv downloads of your json data. ✨
https://json-to-csv-export.coston.io
MIT License
84 stars 24 forks source link

Hiding first Csv row #36

Closed Vladichik closed 3 months ago

Vladichik commented 2 years ago
Screen Shot 2022-09-13 at 9 12 53
Vladichik commented 2 years ago

Adding the ability to hide first CSV row that contains columns indexes.

coston commented 2 years ago

@Vladichik currently multi-dimensional arrays are not supported. Adding an arg for hiding the first row is not ideal. What if we simply supported matrix data?

coston commented 2 years ago

Please note that a TS refactor has been merged since your last push.