xlsx-to-i18n-converter
v0.0.1
Published
Tool which converts XLSX document into a set of JSON files for i18n package
Maintainers
Readme
xlsx-to-i18n-converter
under development, but usable
Node.js tool which takes XLSX document like:

And converts all its lists into folders with JSON files like:

Also can build up XLSX from existing JSON files with build-xlsx command
Installation
npm install --save xlsx-to-i18n-converterXLSX → JSON (check ./example folder for XLSX source):
npx xlsx-to-i18n-converter convert -s ./imports/internationalization/internationalization.xlsx -o ./example/resultJSON → XLSX
npx xlsx-to-i18n-converter build-xlsx -s ./example/result -o ./example/imported.xlsx