excel2arb 1.1.0 copy "excel2arb: ^1.1.0" to clipboard
excel2arb: ^1.1.0 copied to clipboard

A Dart package that allows you to download an Excel file from a given URL and generate ARB (Application Resource Bundle) files.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate excel2arb

Use it

The package has the following executables:

$ excel2arb

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add excel2arb

With Flutter:

 $ flutter pub add excel2arb

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  excel2arb: ^1.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:excel2arb/excel2arb.dart';
4
likes
140
points
28
downloads

Publisher

verified publishertoelie.dev

Weekly Downloads

A Dart package that allows you to download an Excel file from a given URL and generate ARB (Application Resource Bundle) files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

args, equatable, excel, http, path

More

Packages that depend on excel2arb