3.0.0 • Published 6 years ago

xlsx-json-lang-manager v3.0.0

Weekly downloads
11
License
ISC
Repository
-
Last release
6 years ago

xlsx-json-lang-manager

Easy way to manage language files in one place using xslx/csv.

Sample csv files in 'sample' folder. 

Install

  npm install xlsx-json-lang-manager

Usage

xlsxj = require("./index");
  xlsxj({
    sourceInfo:[{
      input: "sample/languages.csv",
      objectLevel: 3
    },{
      input: "sample/errorCodeDetails.csv",
      objectLevel: 2
    }],
    outputdir: "sample",
    numberOfLanguages: 4,
    allowDuplicateValues: true
  }, function(err, result) {
    if(err) {
      console.error(err);
    }
  });

License

MIT @Vinmj

3.0.0

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago