0.0.1 • Published 2 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-converter
XLSX → JSON (check ./example
folder for XLSX source):
npx xlsx-to-i18n-converter convert -s ./imports/internationalization/internationalization.xlsx -o ./example/result
JSON → XLSX
npx xlsx-to-i18n-converter build-xlsx -s ./example/result -o ./example/imported.xlsx
0.0.1
2 years ago