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

outdated

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 arbxcel

Usage #

pub global run arbxcel

arbxcel [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 arbxcel -n app.xlsx

Generates ARB files from a XLSX file.

pub global run arbxcel -a app.xlsx

Creates a XLSX file from ARB files.

pub global run arbxcel -e app_en.arb
2
likes
0
pub points
27%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, excel, path

More

Packages that depend on arbxcel