array_to_excel 1.0.2
array_to_excel: ^1.0.2 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_excelThis 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.2Alternatively, 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';