0.0.1 • Published 1 year ago

xlsx-to-i18n-converter v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

xlsx-to-i18n-converter

under development, but usable

Node.js tool which takes XLSX document like:

Example

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

Example

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