For reading, creating and updating ARB files from XLSX files.
pub global activate arb_excel
pub global run arb_excel
arb_sheet [OPTIONS] path/to/file/name
OPTIONS
-n, --new New translation sheet
-a, --arb Export to ARB files
-e, --excel Import ARB files to sheet
-o, --out Specify the output directory
Creates a XLSX template file.
pub global run arb_excel -n app.xlsx
Generates ARB files from a XLSX file.
pub global run arb_excel -a app.xlsx
Creates a XLSX file from ARB files.
pub global run arb_excel -e app_en.arb