a1 1.0.0 copy "a1: ^1.0.0" to clipboard
a1: ^1.0.0 copied to clipboard

A package that implements A1 Notation used in spreadsheets and worksheets

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add a1

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

dependencies:
  a1: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:a1/a1.dart';
2
likes
0
pub points
15%
popularity

Publisher

verified publisherhornmicro.com

A package that implements A1 Notation used in spreadsheets and worksheets

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

petitparser

More

Packages that depend on a1