0.0.1 • Published 3 years ago
xlsx-to-i18n-converter v0.0.1
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.xlsx0.0.1
3 years ago