Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 621 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 621 Bytes

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.