worksheet_formula 1.2.0 copy "worksheet_formula: ^1.2.0" to clipboard
worksheet_formula: ^1.2.0 copied to clipboard

A standalone formula engine for spreadsheet-like calculations in Dart. Excel/Google Sheets compatible parsing, 400 built-in functions across 14 categories, dependency tracking, and custom function reg [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add worksheet_formula

With Flutter:

 $ flutter pub add worksheet_formula

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

dependencies:
  worksheet_formula: ^1.2.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:worksheet_formula/worksheet_formula.dart';
1
likes
150
points
434
downloads

Publisher

verified publisherhornmicro.com

Weekly Downloads

A standalone formula engine for spreadsheet-like calculations in Dart. Excel/Google Sheets compatible parsing, 400 built-in functions across 14 categories, dependency tracking, and custom function registration.

Repository (GitHub)
View/report issues

Topics

#spreadsheet #formula #excel #parser

Documentation

API reference

License

MIT (license)

Dependencies

a1, petitparser

More

Packages that depend on worksheet_formula