array_to_excel 1.0.0
array_to_excel: ^1.0.0 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 Dart:
$ dart pub add array_to_excelWith Flutter:
$ flutter pub add array_to_excelThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
array_to_excel: ^1.0.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:array_to_excel/array_to_excel.dart';