array_to_excel 1.0.1 copy "array_to_excel: ^1.0.1" to clipboard
array_to_excel: ^1.0.1 copied to clipboard

A Flutter package to generate Excel files from arrays and allow users to save or share the file on Android, iOS, Web, and Desktop.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add array_to_excel

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

dependencies:
  array_to_excel: ^1.0.1

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:array_to_excel/array_to_excel.dart';
3
likes
140
points
39
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to generate Excel files from arrays and allow users to save or share the file on Android, iOS, Web, and Desktop.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

excel, file_picker, flutter, path_provider, share_plus

More

Packages that depend on array_to_excel