ofcyln / i18n-json-to-xlsx-converter

i18n JSON to XLSX Converter is a CLI tool runs in a terminal, and helps you to convert a JSON file(s) to EXCEL sheet(s) including keys column defined as nested with dot notation, and the values column for those keys. Also, the CLI tool converts an EXCEL sheet to JSON file(s) by considering its values columns as individual files.
https://www.npmjs.com/package/i18n-json-to-xlsx-converter
MIT License
46 stars 13 forks source link

multiple json to single excel #3

Open jasonjakob-payroc opened 1 year ago

jasonjakob-payroc commented 1 year ago

You have a great feature to take a single excel and create multiple json lang files. I'd like the reverse. If I supply a list of multiple json files they should all be exported to a single excel with a column for each language. As opposed to producing a single excel for each json file. perhaps add a second flag for this behaviour to allow either or functionality would be great.

piyushpalod commented 1 year ago

I also like to have that feature, was thinking the same as I have multiple Json file each for separate language, can this be exported as single excel. It will be helpful for the translator to translate.

ofcyln commented 1 year ago

@jjakob-payroc @piyushpalod
Thanks for using the tool. Your feature request is one of the most important improvement points I thought of as well. I've tight schedule but I'll improve the tool when I find some time. All PRs are welcomed by the way ;)

shuiRong commented 7 months ago

@piyushpalod @jjakob-payroc My current solution is to just have him convert to multiple Excel files, and then manually Copy the data into one Excel. A temporary solution.

anhhoangsky commented 1 month ago

You have a great feature to take a single excel and create multiple json lang files. I'd like the reverse. If I supply a list of multiple json files they should all be exported to a single excel with a column for each language. As opposed to producing a single excel for each json file. perhaps add a second flag for this behaviour to allow either or functionality would be great.

you can try this one: https://www.npmjs.com/package/i18n-export