gavinr / github-csv-tools

Import and export GitHub issues via CSV
https://npmjs.com/github-csv-tools
MIT License
657 stars 116 forks source link

feat: Export excel #45

Closed Belingheri closed 3 years ago

Belingheri commented 3 years ago

Add xlsx extencion for export issue

Belingheri commented 3 years ago

I know that the project is about csv but introduce xlsxcan be useful for user like me

gavinr commented 3 years ago

I appreciate the work you've done to create this PR, but I think this functionality is outside the scope of this project. Converting from CSV to JSON or XLSX can be done trivially via other methods, so including this in this project just adds to the maintenance load for little benefit.

If you'd like to add a section to the README about how to use this in combination with other tools (like csv2xlsx, for example), I would accept that PR.