Skip to content

Generates ARB files from an Excel file or create an Excel file from ARB files.

License

Notifications You must be signed in to change notification settings

DroidsOnRoids/arb_excel

 
 

Repository files navigation

ARB Excel

For reading, creating and updating ARB files from XLSX files.

Install

  1. Download repo
  2. Use command below:
dart pub global activate --source path <path>

is your local path to the repo.

Usage

From ARB to Excel:

dart pub global run arb_excel_dor -e <file_name1.arb> <file_name2.arb>

It will create excel file with your translations. It is recommended to remove language suffix from file name.

From Excel to ARB:

dart pub global run arb_excel_dor -a <excel_file_name.xlsx>

It is necessary to use that method while your directory is where the file is.

About

Generates ARB files from an Excel file or create an Excel file from ARB files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 83.7%
  • Shell 13.9%
  • Makefile 2.4%