bcell 1.1.0 copy "bcell: ^1.1.0" to clipboard
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 bcell

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

dependencies:
  bcell: ^1.1.0

Alternatively, 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';
0
likes
160
points
98
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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.

Homepage
Repository (GitHub)
View/report issues

Topics

#grid #spreadsheet #table #widget #formula

License

MIT (license)

Dependencies

crypto, excel, fl_chart, flutter, pdf, pointycastle

More

Packages that depend on bcell