i18n-json-to-xlsx-converter icon indicating copy to clipboard operation
i18n-json-to-xlsx-converter copied to clipboard

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...

Results 4 i18n-json-to-xlsx-converter issues
Sort by recently updated
recently updated
newest added

1) I would like to manage file reading settings. Example readXLSXFile(filePath, { trim: false }), because by default trim is true. 2) I would like to generally use the flag...

Hello, Thanks a million for this wonderful tool. I've been looking for this for years, and it is so time-saving... Just one enhancement that would be appreciated: if we add...

enhancement

**Original in project** ``` "features": [ { "title": "Unlimited chatbots" }, { "title": "2,000,000 characters/month" } ] ``` **Final restoration results** ``` "features": { "0": { "title": "Unlimited chatbots" },...

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...

enhancement
feature request