worksheet_formula 1.2.0
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_formulaWith Flutter:
$ flutter pub add worksheet_formulaThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
worksheet_formula: ^1.2.0Alternatively, 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';