tessera_ods 0.1.0 copy "tessera_ods: ^0.1.0" to clipboard
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_ods

With Flutter:

 $ flutter pub add tessera_ods

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

dependencies:
  tessera_ods: ^0.1.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:tessera_ods/tessera_ods.dart';
0
likes
160
points
--
downloads

Documentation

API reference

Publisher

verified publishernagylzs.eu

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.

Repository (GitHub)
View/report issues

Topics

#pivot-table #ods #opendocument #export #import

License

MIT (license)

Dependencies

archive, tessera, xml

More

Packages that depend on tessera_ods