tessera_ods 0.1.0
tessera_ods: ^0.1.0 copied to clipboard
OpenDocument (.ods) support for the tessera pivot-table engine: import a sheet as a data source, export a cube as a formatted sheet. Pure Dart.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add tessera_odsWith Flutter:
$ flutter pub add tessera_odsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
tessera_ods: ^0.1.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:tessera_ods/tessera_ods.dart';