bcell 1.1.0
bcell: ^1.1.0 copied to clipboard
A Flutter data-grid widget with a pluto_grid-shaped API and spreadsheet features: a formula engine, multi-sheet workbooks, charts, pivot tables, and CSV/XLSX/PDF import-export.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bcellThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bcell: ^1.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:bcell/bcell.dart';