excel2l10n 0.1.4 copy "excel2l10n: ^0.1.4" to clipboard
excel2l10n: ^0.1.4 copied to clipboard

A tool to convert excel to l10n files.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add excel2l10n

With Flutter:

 $ flutter pub add excel2l10n

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

dependencies:
  excel2l10n: ^0.1.4

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:excel2l10n/excel/excel.dart';
import 'package:excel2l10n/exporter/exporter.dart';
import 'package:excel2l10n/platform/feishu.dart';
import 'package:excel2l10n/platform/platform.dart';
import 'package:excel2l10n/settings.dart';
import 'package:excel2l10n/target/arb.dart';
import 'package:excel2l10n/target/getx.dart';
import 'package:excel2l10n/target/localizations.dart';
import 'package:excel2l10n/target/target.dart';
1
likes
130
points
305
downloads

Publisher

verified publishernysm.dev

Weekly Downloads

A tool to convert excel to l10n files.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

args, dart_style, dio, yaml

More

Packages that depend on excel2l10n