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

swojdakowskiDoR/arb_excel

 
 

Repository files navigation

ARB Excel

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

Install

pub global activate arb_excel

Usage

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

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

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.3%
  • Shell 14.3%
  • Makefile 2.4%