arb_excel 0.0.4 copy "arb_excel: ^0.0.4" to clipboard
arb_excel: ^0.0.4 copied to clipboard

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

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
10
likes
120
pub points
38%
popularity

Publisher

verified publisherez-connect.net

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, excel, path

More

Packages that depend on arb_excel