open_xml 0.2.0 copy "open_xml: ^0.2.0" to clipboard
open_xml: ^0.2.0 copied to clipboard

Open XML (OOXML) formatted documents.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add open_xml

With Flutter:

 $ flutter pub add open_xml

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

dependencies:
  open_xml: ^0.2.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:open_xml/open_xml.dart';
2
likes
140
points
267
downloads

Publisher

verified publisherrodydavis.com

Weekly Downloads

Open XML (OOXML) formatted documents.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

archive, args, code_builder, collection, dart_style, file, http, logging, path, recase, xml

More

Packages that depend on open_xml